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
PONG:
type: string
format: PONG
User:
type: object
properties:
@ -57,7 +58,7 @@ paths:
summary: PING test
responses:
200:
description: Successful PONG reply
description: Successful "PONG" reply
schema:
$ref: "#/definitions/PONG"
/auth/login: