Files
directus/packages/spec/specs/paths/server/ping.yaml
2020-09-14 20:01:01 +02:00

14 lines
283 B
YAML

get:
description: Ping, pong. Ping.. pong.
operationId: ping
responses:
'200':
content:
application/text:
schema:
type: string
pattern: 'pong'
example: pong
description: Successful request
tags:
- Server