Files
NodeBB/public/openapi/read/sping.yaml
Barış Soner Uşaklı 8ffbc35923 refactor: add sping/ping into openapi
change getObject to getSortedSetRange so db is always checked. getObject calls are cached
2025-04-24 09:50:52 -04:00

14 lines
305 B
YAML

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"