Create Sub-Collection
Collection Endpoints
Create Sub-Collection
Create a new sub-collection inside an existing collection
POST
Create Sub-Collection
Creates a new named sub-collection under the specified parent collection. Returns
400 if the parent collection does not exist.
Path Parameters
The ID of the parent collection. Use the root collection’s ID to create a top-level folder.
Body Parameters
The name for the new collection.
Response
Returns the newly created Collection object withstatus 201.
Error Responses
Invalid Parent — 400 Bad Request
Invalid Parent — 400 Bad Request
Server Error — 500
Server Error — 500

