Authorizations: oauth2_implicit (user:admin)
Type | Name | Description | Schema |
---|---|---|---|
path |
robot_shortname |
The short name for the robot, without any user or organization prefix |
string |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful invocation |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X GET \
-H "Authorization: Bearer <bearer_token>" \
"https://quay-server.example.com/api/v1/user/robots/<ROBOT_SHORTNAME>/permissions"