Authorizations: oauth2_implicit (user:admin)
Type | Name | Description | Schema |
---|---|---|---|
query |
next_page |
The page token for the next page |
string |
HTTP Code | Description | Schema |
---|---|---|
200 |
Successful invocation |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X GET "https://quay-server.example.com/api/v1/user/starred?next_page=<next_page_token>" \
-H "Authorization: Bearer <your_access_token>"