Update custom currency
Updates an existing custom currency. Only the supplied fields are modified.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Path Parameters
The reference ID of the custom currency
1 - 255^[a-zA-Z0-9][a-zA-Z0-9_|.-]*$Body
Request body for updating an existing custom currency. Only supplied fields are modified.
The display name of the custom currency
64The symbol used to represent the custom currency. Send an empty string to clear.
64A human-readable description of the custom currency. Send an empty string to clear.
255Singular and plural unit labels for a custom currency. Both fields are required when supplied.
Additional metadata to attach to the custom currency
Response
The updated custom currency object.
Response object
A custom currency used to denominate credit-based entitlements and pricing
