Changes to Update a product

PATCH /v1/products/{id}

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

Changed in 2 of the 4 revisions of this API.16

  1. 098b518de5cd15
  2. aa593160d96c1

What changed

  • 098b518de5cd15See the full diff
    • added the new custom enum value to the billing_period response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property recurring_interval

      new-optional-request-property

    • added the new optional request property recurring_interval_count

      new-optional-request-property

    • added the new custom enum value to the request property billing_period

      request-property-enum-value-added

    • added the optional property recurring_interval to the response with the 200 status

      response-optional-property-added

    • added the optional property recurring_interval_count to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added