mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
rerender rest-api
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user