Changes to Usage Billing History

GET /api/v1/usage_billing/history

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 10 revisions of this API.27

  1. bbc2262e73bb1
  2. 16439be1524825
  3. ceb7e0de7eaa1

What changed

    • added the new optional query request parameter types

      new-optional-request-parameter

  • 16439be1524825See the full diff
    • response property entries/items/charged_units list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property entries/items/credited_units list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the response property entries/items/charged_units became required for the status 200

      response-property-became-required

    • the response property entries/items/credited_units became required for the status 200

      response-property-became-required

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

      response-required-property-added

    • added the required property entries/items/charged_amount to the response with the 200 status

      response-required-property-added

    • added the required property entries/items/credited_amount to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added