All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m11s
Change-Id: Ib9b9312a7339f93e184a36717e63908843c84564
651 B
651 B
API Reference
Base URL: https://test-for-310--001.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 |