mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
Update pong format
This commit is contained in:
parent
6d913ff1f8
commit
5d332266ac
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user