/v1/collections/{collection_id}Update collection metadata (name, description). Requires collections.manage permission.
| Name | Type | Required | Description |
|---|---|---|---|
collection_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
nameobjectdescriptionobjectcurl -X PATCH '/api-proxy/v1/collections/{collection_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"name": {},
"description": {}
}'No response body documented
curl -X PATCH '/api-proxy/v1/collections/{collection_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"name": {},
"description": {}
}'No response body documented