Files
reno-demo-16/docs/api.md
demo-bot 5fa95e54ef
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 51s
Build and Push to ACR / Build and Push (push) Has been skipped
Integration Test / Unit Tests + Container Smoke (workflow_dispatch) All checks passed
SonarQube Analysis / Build, Test & Analyse (pull_request) Successful in 1m20s
feat: modernize application — source, platform artifacts, CI/CD (#3)
2026-08-05 18:15:01 +00:00

26 lines
290 B
Markdown

# API Reference
## Endpoints
### Health Check
```
GET /health
```
**Response:**
```json
{"status": "UP", "service": "reno-demo-16"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "reno-demo-16", "description": "Modernized reno-demo-16 service", "version": "1.0.0"}
```