Update a Collection
Updates a collection’s metadata. Field changes require separate field endpoints.
PUT /api/projects/{projectId}/collections/{slug}PATCH /api/projects/{projectId}/collections/{slug}Request body
{ "name": "Updated name", "description": "New description"}Status codes
| Status | Description |
|---|---|
200 | Updated |
404 | Collection not found |