Skip to content

Files

Latest commit

b979fdd · Feb 27, 2025

History

History
45 lines (31 loc) · 932 Bytes

api-user-listStarredRepos.adoc

File metadata and controls

45 lines (31 loc) · 932 Bytes

listStarredRepos

GET /api/v1/user/starred

Authorizations: oauth2_implicit (user:admin)

Query parameters

Type Name Description Schema

query

next_page
optional

The page token for the next page

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/user/starred?next_page=<next_page_token>" \
  -H "Authorization: Bearer <your_access_token>"