Skip to content

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

StatusDescription
200Updated
404Collection not found