mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +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
|
||||
schema:
|
||||
type: string
|
||||
- name: include_stopped_servers
|
||||
in: query
|
||||
description: Include stopped servers in user model(s).
|
||||
schema:
|
||||
type: boolean
|
||||
allowEmptyValue: true
|
||||
responses:
|
||||
200:
|
||||
description: The User model
|
||||
|
Reference in New Issue
Block a user