Files
NodeBB/public/openapi/read/sping.yaml

14 lines
305 B
YAML
Raw Permalink Normal View History

get:
tags:
- ping
summary: Check if NodeBB is up
description: This route returns "healthy" and 200 status code if NodeBB is up and running.
responses:
"200":
description: ""
content:
text/plain:
schema:
type: string
example: "healthy"