/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 |
nameobjectdescriptionobjectX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X PATCH '/api/v1/collections/{collection_id}' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"name": {},
"description": {}
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X PATCH '/api/v1/collections/{collection_id}' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"name": {},
"description": {}
}'No response body documented