Collections REST Endpoints

Admin/Collections
The operations from the Admin/Collections category.
createCollection
Method: post
Path: /ccadmin/v1/collections
deleteCollection
Method: delete
Path: /ccadmin/v1/collections/{id}
getCollection
Method: get
Path: /ccadmin/v1/collections/{id}
listCollections
Method: get
Path: /ccadmin/v1/collections
moveCollection
Method: put
Path: /ccadmin/v1/collections
updateCollection
Method: put
Path: /ccadmin/v1/collections/{id}