Files
Scaffolder a322740284
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s
initial commit
Change-Id: Iccb9a69a29ce96d618762c5c852c8ec43d9b78df
2026-03-19 16:22:58 +00:00

20 lines
590 B
Markdown

# API Reference
Base URL: `https://test-micro-alex-stable-1.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 |
|------|-------------|
| `/health` | `{"status":"UP"}` |
| `/metrics` | Prometheus text format |