Appearance
Update Counter
Update an existing counter configuration. Requires ADMIN, MANAGE_OBJECTS, MANAGE_FORM, or MANAGE_TASK permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
counterId* | string | The unique identifier of the counter to update |
body.name | string | Updated display name |
body.prefix | string | Updated 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