Changes to GET /api/v1/:context_id/scopes

GET /api/v1/{context_id}/scopes

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

Changed in 1 of the 5 revisions of this API.16

  1. 9f159871306716

What changed

  • 9f159871306716See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

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

      response-required-property-added

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

      response-required-property-added