Changes to Open Billing Portal

POST /api/v1/billing/portal

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

Changed in 4 of the 30 revisions of this API.116

  1. 8dc47faf041813
  2. 924eeadc29ad2
  3. 73f618ba0a7e1
  4. 499d0b94aa941

What changed

  • 8dc47faf041813See the full diff
    • ▲

      request property / was restricted to a list of enum values

      request-property-became-enum

    • ○

      the request property const value cancel was removed

      request-property-const-removed

    • ○

      added the new cancel enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new payment_method enum value to the request property /

      request-property-enum-value-added

    • ○

      added optional request body

      request-body-added-optional

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ●

      added the new price_not_found enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      endpoint added

      endpoint-added