15 lines
279 B
YAML
15 lines
279 B
YAML
get:
|
|
tags: [Public]
|
|
summary: Health check
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
status:
|
|
type: string
|
|
example: ok
|