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

  1. f0c01578648924

What changed

    • the amount response's property type/format changed from integer/int64 to object/ for status 200

      response-property-type-changed

    • removed the required property currency from the response with the 200 status

      response-required-property-removed

    • added the required property amount/amount to the response with the 200 status

      response-required-property-added

    • added the required property amount/amount_formatted to the response with the 200 status

      response-required-property-added

    • added the required property amount/currency to the response with the 200 status

      response-required-property-added

    • added the required property amount/currency_symbol to the response with the 200 status

      response-required-property-added