Changes to Adjust a user's credit balance
POST /users/{user_id}/billing/credits
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 15 revisions of this API.24
What changed
- ▲
the
amountresponse's property type/format changed frominteger/int64toobject/for status200response-property-type-changed
- ▲
removed the required property
currencyfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
amount/amountto the response with the200statusresponse-required-property-added
- ○
added the required property
amount/amount_formattedto the response with the200statusresponse-required-property-added
- ○
added the required property
amount/currencyto the response with the200statusresponse-required-property-added
- ○
added the required property
amount/currency_symbolto the response with the200statusresponse-required-property-added
- ▲