Webix.ajax() difference

What is the difference between ajax().post() and ajax().put()?

Thank,

nkm

https://docs.webix.com/api__refs__ajax_methods.html

Hello @nkm,
In fact, there are almost no differences:
ajax().post() sends new data to the server.
ajax().put() makes changes to the data already available on the server.