Files
pclinic-andrej-demo2/docs/api.md
demo-bot d27e917d41
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m6s
Build and Push to ACR / Build and Push (push) Has been skipped
feat: modernize application — source, platform artifacts, CI/CD (#3)
2026-08-13 14:35:08 +00:00

26 lines
314 B
Markdown

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