Update Collection
Collection Endpoints
Update Collection
Rename a collection
PATCH
Update Collection
Updates the name of a sub-collection. The root collection cannot be renamed (it has
parentId: null, which this endpoint rejects).
Path Parameters
The ID of the collection to update.
Body Parameters
The new name for the collection.
Response
Returns the updated Collection object.Error Responses
Collection Not Found — 404
Collection Not Found — 404
Returned when the collection doesn’t exist, doesn’t belong to the user, or is the root collection (which cannot be renamed).
Server Error — 500
Server Error — 500

