mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Merge pull request #678 from vilhelmen/swagger_fix
Swagger spec conformance
This commit is contained in:
@@ -45,6 +45,7 @@ paths:
|
|||||||
and what Authenticators and Spawners are in use.
|
and what Authenticators and Spawners are in use.
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
|
description: Detailed JupyterHub info
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -389,11 +390,11 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- name: proxy
|
- name: proxy
|
||||||
in: body
|
in: body
|
||||||
type: bool
|
type: boolean
|
||||||
description: Whether the proxy should be shutdown as well (default from Hub config)
|
description: Whether the proxy should be shutdown as well (default from Hub config)
|
||||||
- name: servers
|
- name: servers
|
||||||
in: body
|
in: body
|
||||||
type: bool
|
type: boolean
|
||||||
description: Whether users's servers should be shutdown as well (default from Hub config)
|
description: Whether users's servers should be shutdown as well (default from Hub config)
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
|
Reference in New Issue
Block a user