Skip to content

Files

Latest commit

 

History

History
45 lines (32 loc) · 1.02 KB

api-robot-getUserRobotPermissions.adoc

File metadata and controls

45 lines (32 loc) · 1.02 KB

getUserRobotPermissions

GET /api/v1/user/robots/{robot_shortname}/permissions

Authorizations: oauth2_implicit (user:admin)

Path parameters

Type Name Description Schema

path

robot_shortname
required

The short name for the robot, without any user or organization prefix

string

Responses

HTTP Code Description Schema

200

Successful invocation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X GET \
  -H "Authorization: Bearer <bearer_token>" \
  "https://quay-server.example.com/api/v1/user/robots/<ROBOT_SHORTNAME>/permissions"