Skip to content

Update Counter

Update an existing counter configuration. Requires ADMIN, MANAGE_OBJECTS, MANAGE_FORM, or MANAGE_TASK permissions.

Parameters

name * are required parametersdata typedescription
counterId*stringThe unique identifier of the counter to update
body.namestringUpdated display name
body.prefixstringUpdated prefix string

Return Value

The updated counter configuration.

Examples

bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/counter/:counterId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..." \
  -d '{"prefix": "SAFE-"}'

ENDPOINTS

put/api/{targetPath}/counter/:counterId