mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Add default limit and max limit config vars
This commit is contained in:
@@ -175,6 +175,8 @@ r.raise_for_status()
|
||||
r.json()
|
||||
```
|
||||
|
||||
By default, pagination limit will be specified by the `JupyterHub.api_page_default_limit` config variable.
|
||||
|
||||
Pagination is enabled on the `GET /users`, `GET /groups`, `GET /groups/{name}`, and `GET /proxy` REST endpoints.
|
||||
|
||||
## Enabling users to spawn multiple named-servers via the API
|
||||
|
Reference in New Issue
Block a user