Changes to Get permission

POST /v2/permissions.getPermission

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

Changed in 4 of the 90 revisions of this API.115

  1. 59efaed65ec4111
  2. 43ad1ce9a1522
  3. 551df53dd45d1
  4. 9a9c22b6dd091

What changed

  • 59efaed65ec4111See the full diff
    • the permission request property's maxLength was decreased to 128

      request-property-max-length-decreased

    • changed the pattern of the request property permission from ^[a-zA-Z][a-zA-Z0-9._-]*$ to ^[a-zA-Z0-9_:\-\.\*]+$

      request-property-pattern-changed

    • the permission request property's minLength was decreased from 3 to 1

      request-property-min-length-decreased

    • the endpoint scheme security bearer was added to the API

      api-security-added

    • the endpoint scheme security rootKey was removed from the API

      api-security-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 429

      response-non-success-status-added

    • api operation id getPermission removed and replaced with permissions.getPermission

      api-operation-id-removed