mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
typo in access:servers scope
it's not access:users:servers
This commit is contained in:
@@ -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)=
|
||||||
|
|
||||||
|
@@ -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/",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user