mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 04:23:01 +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][]
|
||||
|
||||
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)=
|
||||
|
||||
|
@@ -249,7 +249,7 @@ which makes a request of the Hub, and returns:
|
||||
"name": "username",
|
||||
"groups": ["list", "of", "groups"],
|
||||
"scopes": [
|
||||
"access:users:servers!server=username/",
|
||||
"access:servers!server=username/",
|
||||
],
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user