Files
SatsFaucet/backend/openapi/path-items/health.yaml
2026-02-28 21:14:27 -03:00

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