Appearance
Update Field
Update an existing field configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
fieldId* | string | The unique identifier of the field to update |
body.name | string | Updated display name |
body.label | string | Updated label shown to users |
body.options | object[] | Updated options for select/radio types |
body.required | boolean | Updated required status |
Return Value
The updated field configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/field/:fieldId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"label": "Updated Label", "required": false}'ENDPOINTS
put
/api/{targetPath}/field/:fieldId