Update credit currency
Update a credit currency description or set its active/archive status.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Path parameters
id
Credit currency ID.
Request
Body
description
Updated description for this credit currency. Use null to clear the description.
status
Set to archived to archive this credit currency, or active to restore it.
Response
200
id
Unique identifier for this credit currency.
name
Human-readable name shown for this credit currency.
key
Stable machine-readable key for this credit currency. Keys are unique within an organization.
status
Whether this credit currency is active or archived.
description
Optional description for this credit currency.
archivedAt
When this credit currency was archived. Null means the currency is active.
createdAt
When this credit currency was created.
updatedAt
When this credit currency was last updated.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error