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