Storage Collections REST Endpoints

Storage Collections
Use this API to create, retrieve, and modify storage collections.
Add Collection
Method: post
Path: /mobile/tools/1.0/collections
Associate Backend with Collection
Method: put
Path: /mobile/tools/1.0/mobilebackends/{id}/collections/{colId}
Delete Backend Collection Association
Method: delete
Path: /mobile/tools/1.0/mobilebackends/{id}/collections/{colId}
Delete Collection Grant
Method: delete
Path: /mobile/tools/1.0/collections/{id}/grants
Retrieve Backend Collections
Method: get
Path: /mobile/tools/1.0/mobilebackends/{id}/collections
Retrieve Collection
Method: get
Path: /mobile/tools/1.0/collections/{id}
Retrieve Collection Dependencies
Method: get
Path: /mobile/tools/1.0/collections/{id}/dependencies
Retrieve Collection Grants
Method: get
Path: /mobile/tools/1.0/collections/{id}/grants
Retrieve Collections
Method: get
Path: /mobile/tools/1.0/collections
Update Collection
Method: put
Path: /mobile/tools/1.0/collections/{id}
Update Collection Grants
Method: put
Path: /mobile/tools/1.0/collections/{id}/grants