rerender rest-api

This commit is contained in:
Min RK
2022-03-24 15:16:21 +01:00
parent 7e22614a4e
commit 3cfb14b9e5

View File

@@ -1326,15 +1326,16 @@ components:
description: The service that owns the token (undefined of owned by a user) description: The service that owns the token (undefined of owned by a user)
roles: roles:
type: array type: array
description: Deprecated in JupyterHub 2.3, always an empty list. description:
Tokens have 'scopes' starting from JupyterHub 2.3. Deprecated in JupyterHub 2.3, always an empty list. Tokens
have 'scopes' starting from JupyterHub 2.3.
items: items:
type: string type: string
scopes: scopes:
type: array type: array
description: List of scopes this token has been assigned. description:
New in JupyterHub 2.3. In JupyterHub 2.0-2.2, List of scopes this token has been assigned. New in JupyterHub
tokens were assigned 'roles' insead of scopes. 2.3. In JupyterHub 2.0-2.2, tokens were assigned 'roles' insead of scopes.
items: items:
type: string type: string
note: note: