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