All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m2s
Change-Id: I6f6e6c0a10792bfc956119f245fae05c119e78cb
648 B
648 B
API Reference
Base URL: https://deep-link-test.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 |