Skip to content

Files

Latest commit

 

History

History
44 lines (30 loc) · 889 Bytes

api-superuser-listOrganizationQuotaSuperUser.adoc

File metadata and controls

44 lines (30 loc) · 889 Bytes

listOrganizationQuotaSuperUser

GET /api/v1/superuser/users/{namespace}/quota

Authorizations: oauth2_implicit (super:user)

Path parameters

Type Name Description Schema

path

namespace
required

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 "https://quay-server.example.com/api/v1/superuser/users/<username>/quota" \
  -H "Authorization: Bearer <ACCESS_TOKEN>"