typo in access:servers scope

it's not access:users:servers
This commit is contained in:
Min RK
2022-11-11 09:23:23 +01:00
parent 54c06c33bd
commit 2ed84b0de1
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ r.json()
The same API token can also authorize access to the [Jupyter Notebook REST API][] The same API token can also authorize access to the [Jupyter Notebook REST API][]
provided by notebook servers managed by JupyterHub if it has the necessary `access:users:servers` scope. provided by notebook servers managed by JupyterHub if it has the necessary `access:servers` scope.
(api-pagination)= (api-pagination)=

View File

@@ -249,7 +249,7 @@ which makes a request of the Hub, and returns:
"name": "username", "name": "username",
"groups": ["list", "of", "groups"], "groups": ["list", "of", "groups"],
"scopes": [ "scopes": [
"access:users:servers!server=username/", "access:servers!server=username/",
], ],
} }
``` ```