Files
test-ms-c6/docs/api.md
Scaffolder 59dca5b273
Some checks failed
Build and Publish TechDocs / build-and-publish (push) Failing after 1m14s
initial commit
Change-Id: Ia7bbd259893786bfd9076bffb8c9e973288defde
2026-05-12 23:57:18 +00:00

21 lines
644 B
Markdown

# API Reference
Base URL: `https://test-ms-c6.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 |