Skip to content

Update Field

Update an existing field configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
fieldId*stringThe unique identifier of the field to update
body.namestringUpdated display name
body.labelstringUpdated label shown to users
body.optionsobject[]Updated options for select/radio types
body.requiredbooleanUpdated 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