Files
Scaffolder 15afe77546
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m7s
initial commit
Change-Id: Iab83de2c9c79a2a840d9542861ba95f82412d1bd
2026-04-22 13:49:15 +00:00

21 lines
652 B
Markdown

# API Reference
Base URL: `https://test-cicd-deeplink.kyndemo.live`
## Items `/api/items`
| Method | Path | Body | Response |
|--------|------|------|----------|
| GET | `/api/items` | — | Array of items |
| POST | `/api/items` | `{"name":"...","description":"..."}` | Created item (201) |
| GET | `/api/items/{id}` | — | Item or 404 |
| PUT | `/api/items/{id}` | `{"name":"...","description":"..."}` | Updated item |
| DELETE | `/api/items/{id}` | — | `{"deleted":id}` |
## Observability
| Path | Description |
|------|-------------|
| `/actuator/health` | Health check — `{"status":"UP"}` |
| `/metrics` | Prometheus exposition format |