mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +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.
|
||||
responses:
|
||||
'200':
|
||||
description: Detailed JupyterHub info
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
@@ -389,11 +390,11 @@ paths:
|
||||
parameters:
|
||||
- name: proxy
|
||||
in: body
|
||||
type: bool
|
||||
type: boolean
|
||||
description: Whether the proxy should be shutdown as well (default from Hub config)
|
||||
- name: servers
|
||||
in: body
|
||||
type: bool
|
||||
type: boolean
|
||||
description: Whether users's servers should be shutdown as well (default from Hub config)
|
||||
responses:
|
||||
'200':
|
||||
|
Reference in New Issue
Block a user