Skip to content

Files

Latest commit

 

History

History
44 lines (31 loc) · 1.02 KB

api-mirror-getRepoMirrorConfig.adoc

File metadata and controls

44 lines (31 loc) · 1.02 KB

getRepoMirrorConfig

GET /api/v1/repository/{repository}/mirror

Authorizations: oauth2_implicit (repo:admin)

Path parameters

Type Name Description Schema

path

repository
required

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

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/repository/<namespace>/<repo>/mirror" \
     -H "Authorization: Bearer <access_token>"