Collections REST Endpoints
Admin/Collections
The operations from the Admin/Collections category.
- createCollection
- Method: postPath:
/ccadmin/v1/collections
- deleteCollection
- Method: deletePath:
/ccadmin/v1/collections/{id}
- getCollection
- Method: getPath:
/ccadmin/v1/collections/{id}
- listCollections
- Method: getPath:
/ccadmin/v1/collections
- moveCollection
- Method: putPath:
/ccadmin/v1/collections
- updateCollection
- Method: putPath:
/ccadmin/v1/collections/{id}