Merge pull request #678 from vilhelmen/swagger_fix

Swagger spec conformance
This commit is contained in:
Min RK
2016-08-04 13:06:00 +02:00
committed by GitHub

View File

@@ -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':