Authorizations: oauth2_implicit (org:admin)
Type | Name | Description | Schema |
---|---|---|---|
path |
robot_shortname |
The short name for the robot, without any user or organization prefix |
string |
path |
orgname |
The name of the organization |
string |
Optional data for creating a robot
Name | Description | Schema |
---|---|---|
description |
Optional text description for the robot |
string |
unstructured_metadata |
Optional unstructured metadata for the robot |
object |
HTTP Code | Description | Schema |
---|---|---|
201 |
Successful invocation |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X PUT -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/organization/<organization_name>/robots/<robot_name>"