Skip to content

Update a Field

Updates a field’s display name, required status, or options. The slug cannot be changed after creation.

PATCH /api/projects/{projectId}/collections/{collectionSlug}/fields/{fieldSlug}

Request body

{
"name": "New display name",
"isRequired": true
}

Status codes

StatusDescription
200Updated
404Field not found