-
Bug
-
Resolution: Done
-
Major
-
quay-v3.6.0
-
False
-
False
-
Description:
This is a Doc issue found in Quay API, in Quay 3.6.0 there's new API "/api/v1/user/initialize" introduced, but the doc doesn't show how to get the Oauth2 token, pls add this into the API Guide.
Payload:
{ "username": "quay", "password": "password", "email": "quay@redhat,com", "access_token": true }
Response:
{ "access_token": "01B89E4JBAT95ZICFLJOQ11R2TQKO41H0QBBRV68", "email": "quay@redhat,com", "encrypted_password": "SL667lVn02Js/yT5h+qpdxtwytV5VyiYIBYLZmPJfS5/8sP0S1AoRU8ZwAmJztIc", "username": "quay" }