mirror of
https://github.com/directus/directus.git
synced 2026-02-14 13:04:57 -05:00
14 lines
283 B
YAML
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 |