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
What changed
- ▲
the
permissionrequest property's maxLength was decreased to128request-property-max-length-decreased
- ●
changed the pattern of the request property
permissionfrom^[a-zA-Z][a-zA-Z0-9._-]*$to^[a-zA-Z0-9_:\-\.\*]+$request-property-pattern-changed
- ○
the
permissionrequest property's minLength was decreased from3to1request-property-min-length-decreased
- ▲
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the endpoint scheme security
rootKeywas removed from the APIapi-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
429response-non-success-status-added
- ○
- ○
api operation id
getPermissionremoved and replaced withpermissions.getPermissionapi-operation-id-removed
- ○