Files
wehub-resource-sync 3a28426bf4
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

30 lines
765 B
YAML

openapi: 3.0.3
info:
title: Insforge Health API
version: 1.0.0
paths:
/api/health:
get:
summary: Health check
description: Check if the API is running and healthy
tags:
- Client
responses:
'200':
description: API is healthy
content:
application/json:
schema:
type: object
properties:
status:
type: string
example: ok
service:
type: string
example: Insforge Backend
timestamp:
type: string
format: date-time
example: "2025-01-21T03:45:22.194Z"