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)
roles:
type: array
description: Deprecated in JupyterHub 2.3, always an empty list.
Tokens have 'scopes' starting from JupyterHub 2.3.
description:
Deprecated in JupyterHub 2.3, always an empty list. Tokens
have 'scopes' starting from JupyterHub 2.3.
items:
type: string
scopes:
type: array
description: List of scopes this token has been assigned.
New in JupyterHub 2.3. In JupyterHub 2.0-2.2,
tokens were assigned 'roles' insead of scopes.
description:
List of scopes this token has been assigned. New in JupyterHub
2.3. In JupyterHub 2.0-2.2, tokens were assigned 'roles' insead of scopes.
items:
type: string
note: