Appearance
Update Field Group
Update an existing field group configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
groupId* | string | The unique identifier of the field group to update |
body.name | string | Updated display name |
body.description | string | Updated description |
body.fields | string[] | Updated array of field IDs |
Return Value
The updated field group configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/field-group/:groupId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"name": "Updated Group Name", "fields": ["field1", "field2", "field3"]}'ENDPOINTS
put
/api/{targetPath}/field-group/:groupId