Skip to main content
PATCH
JavaScript

Authorizations

X-API-KEY
string
header
required

Headers

Tenant-ID
string

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.

Body

application/json

Array of points system updates. Maximum 100 systems per request.

Required array length: 1 - 100 elements
id
string<uuid>
required

The UUID of the points system to update.

Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string

Updated name.

description
string

Updated description.

badge
object | null

Updated badge. Set to null to remove.

maxPoints
integer | null

Updated max points. Set to null to remove.

Required range: x >= 1

Response

Successful operation

Response containing updated points systems and any per-item issues.

updated
AdminPointsSystem · object[]
required

Array of successfully updated points systems.

issues
AdminIssue · object[]
required

Array of issues encountered during update.