Update pong format

This commit is contained in:
Matej Kramny 2016-04-09 01:46:29 +01:00
parent 6d913ff1f8
commit 5d332266ac

View File

@ -30,6 +30,7 @@ definitions:
description: Password description: Password
PONG: PONG:
type: string type: string
format: PONG
User: User:
type: object type: object
properties: properties:
@ -57,7 +58,7 @@ paths:
summary: PING test summary: PING test
responses: responses:
200: 200:
description: Successful PONG reply description: Successful "PONG" reply
schema: schema:
$ref: "#/definitions/PONG" $ref: "#/definitions/PONG"
/auth/login: /auth/login: