mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
doc: Add the include_stopped_server field to the /users/name interface
This commit is contained in:
@@ -209,6 +209,12 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- name: include_stopped_servers
|
||||||
|
in: query
|
||||||
|
description: Include stopped servers in user model(s).
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
allowEmptyValue: true
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The User model
|
description: The User model
|
||||||
|
Reference in New Issue
Block a user