Skip to content

Files

Latest commit

 

History

History
46 lines (33 loc) · 1019 Bytes

api-prototype-getOrganizationPrototypePermissions.adoc

File metadata and controls

46 lines (33 loc) · 1019 Bytes

getOrganizationPrototypePermissions

GET /api/v1/organization/{orgname}/prototypes

Authorizations: oauth2_implicit (org:admin)

Path parameters

Type Name Description Schema

path

orgname
required

The name of the organization

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>" \
  -H "Accept: application/json" \
  https://<quay-server.example.com>/api/v1/organization/<organization_name>/prototypes