Skip to content

Update Object Schema

Update an existing object schema configuration. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_FORM permissions.

Parameters

name * are required parametersdata typedescription
objectId*stringThe unique identifier of the object schema to update
body.namestringUpdated display name
body.descriptionstringUpdated description
body.fieldGroupsstring[]Updated list of field group IDs
body.workflowobjectUpdated workflow state configuration

Return Value

The updated object schema.

Examples

bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/object/:objectId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"name": "Updated Form Name"}'

ENDPOINTS

put/api/{targetPath}/object/:objectId