From f054b0143e109ea61a5a2984999f296807428227 Mon Sep 17 00:00:00 2001 From: JSC Date: Sat, 16 Aug 2025 01:23:39 +0200 Subject: [PATCH] Update CLAUDE.md to add health check endpoint and reorganize API documentation links for clarity --- CLAUDE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 2350d92..4905588 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -595,9 +595,10 @@ Multiple API documentation interfaces with modern documentation tools. ### Documentation Interfaces - **Swagger UI**: Available at `/api/docs` - Interactive API exploration - **ReDoc**: Available at `/api/redoc` - Clean, responsive documentation -- **Scalar**: Available at `/api/v1/scalar-docs` - Modern API reference -- **RapiDoc**: Available at `/api/v1/rapidoc-docs` - Fast, customizable docs -- **Stoplight Elements**: Available at `/api/v1/elements-docs` - Feature-rich documentation +- **Health Check**: Available at `/api/v1/health` - API health status endpoint +- **Scalar**: Available at `/api/v1/docs/scalar` - Modern API reference +- **RapiDoc**: Available at `/api/v1/docs/rapidoc` - Fast, customizable docs +- **Stoplight Elements**: Available at `/api/v1/docs/elements` - Feature-rich documentation ### Technical Implementation - **OpenAPI Schema**: Available at `/api/openapi.json` - Machine-readable API specification