Skip to content

Update Field Group

Update an existing field group configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
groupId*stringThe unique identifier of the field group to update
body.namestringUpdated display name
body.descriptionstringUpdated description
body.fieldsstring[]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