...
Code Block |
---|
PUT http://host:port/app/api/json/collection/{actionName}/{id} |
since 11.12
Code Block |
---|
PUT http://host:port/app/api/json/collection |
...
EndPoint: delete all elements of a collection
since 11.14
Code Block |
---|
DELETE http://host:port/app/api/json/collection/{actionName}/{id} |
since 11.12
Code Block |
---|
DELETE http://host:port/app/api/json/collection |
Legacy endpoint:
Code Block |
---|
http//host:port/app/_plugins/WXM_RESTAPI/page/collection/clear.jspz |
...