Update a collection
PATCH/v1/projects/:project_id/knowledge/collections/:collection_id
Rename the collection or edit its description. At least one field is required.
Request
Responses
- 200
- 400
- 401
- 404
- 409
Collection updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.