You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully supported - User can view, insert, update and filter the data
Partially supported - User can only either view/insert/filter data
Entities
Use GET method to view the data
Use POST method to insert or update the data
Use PUT or PATCH method to update the data
How come POSTing data sometimes creates the object and sometimes it updates already existing one? It's title dependant. Title has to be unique among ATC entities. If the REST API finds already name object like this, it will update it instead of creating a new one.