JavaScript
Admin
Update multiple points levels
Update multiple points levels. Each item must include an ID. key cannot be changed.
PATCH
JavaScript
Authorizations
Headers
The tenant identifier for multi-tenant organisations. Required when the organisation has multi-tenancy enabled. Pass your own internal customer ID for the tenant. Ignored for single-tenant organisations.
Path Parameters
The UUID of the points system.
Body
application/json
Array of level patches. Each item must include an ID.
Required array length:
1 - 100 elementsThe UUID of the level to update.
Example:
"550e8400-e29b-41d4-a716-446655440000"
The updated level name.
The updated threshold points value.
Required range:
x >= 0The updated level description.
The updated badge, or null to clear it.