-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
quay-v3.16.0
Description:
This is a document issue of Quay 3.16.0 API Doc, in Quay 3.16.0 there's a new API introduced to list all app tokens of whole Quay Registry, hence need to update Quay API Doc to include this new API.
Quay Code:
https://github.com/quay/quay/blob/master/endpoints/api/superuser.py#L1236
@resource("/v1/superuser/apptokens") @show_if(features.APP_SPECIFIC_TOKENS) @show_if(features.SUPER_USERS) class SuperUserAppTokens(ApiResource): raise Unauthorized()