Update a collection
PATCHhttps://platform.docana.com/api/v1/collections/:collectionId/
Updates any subset of name, description, icon, and isPrivate; libraryId moves the collection to another library. Moving into a private library also makes the collection (and its documents) private.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated collection
Invalid body
The API key or session is missing, expired, or malformed.
No permission to edit the collection
Collection not found or not ACTIVE
Unexpected server error.