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
| Status | Description |
|---|---|
200 | Updated |
404 | Field not found |