Files
demo-agent-04/docs/api.md
demo-bot 24110b4d62
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 2m22s
Build and Push to ACR / Build and Push (push) Successful in 6m38s
feat: modernize application — source, platform artifacts, CI/CD
- chore: ingest source code

108 files from https://github.com/spring-projects/spring-petclinic
- feat: add platform deployment artifacts
- feat: add CI/CD workflow automation
2026-06-16 13:20:45 +00:00

26 lines
293 B
Markdown

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