Skip to content

Files

Latest commit

 

History

History
58 lines (42 loc) · 1.29 KB

api-manifest-listManifestLabels.adoc

File metadata and controls

58 lines (42 loc) · 1.29 KB

listManifestLabels

GET /api/v1/repository/{repository}/manifest/{manifestref}/labels

Authorizations: oauth2_implicit (repo:read)

Path parameters

Type Name Description Schema

path

repository
required

The full path of the repository. e.g. namespace/name

string

path

manifestref
required

The digest of the manifest

string

Query parameters

Type Name Description Schema

query

filter
optional

If specified, only labels matching the given prefix will be returned

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/repository/<repository>/manifest/<manifestref>/labels