Assets

Move asset collection

Move a manual asset collection under another collection, or to the top level. Only manual collections can be moved or act as folders; nesting is limited to 5 levels deep and cannot create a cycle.

post/assets/collections/{collection_id}/move

Path parameters

collection_idstring required

Collection ID

Example:d8b6elcregj72v34jr8g

Collection ID

Headers

Idempotency-Keystring

Optional idempotency key for safe request retries

Example:550e8400-e29b-41d4-a716-446655440000

Optional idempotency key for safe request retries

Request body

parent_collection_idstring nullable required

Parent collection ID to move this collection under, or null to move it to the top level. Must be a manual collection; nesting is limited to 5 levels and cannot create a cycle.

Response

Collection moved

Changes

No recorded changes to this endpoint across all 2 revisions of this API.