Files
test-alex-1/docs/api.md
Scaffolder a4edf15862
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 46s
initial commit
Change-Id: I15e0d095273278f8531caa7399565fe92857a7ad
2026-03-18 18:18:32 +00:00

23 lines
562 B
Markdown

# API Reference
Base URL: `https://test-alex-1.kyndemo.live`
Interactive docs: `/docs` (Swagger UI) · `/redoc` (ReDoc)
## Items
| Method | Path | Description |
|--------|------|-------------|
| GET | `/api/items` | List items |
| POST | `/api/items` | Create item `{"name":"..","description":".."}` |
| GET | `/api/items/{id}` | Get by ID |
| PUT | `/api/items/{id}` | Update |
| DELETE | `/api/items/{id}` | Delete |
## Observability
| Path | Description |
|------|-------------|
| `/health` | `{"status":"UP"}` |
| `/metrics` | Prometheus text format |