Commit d5dd44d
authored
docs: add POST /close to API Endpoints section in README (#7572)
The `POST /close` graceful-shutdown endpoint was fully implemented and
auth-protected but absent from the API Endpoints reference in
`README.md`, making it undiscoverable without reading source code.
## Changes
- **README.md** — Added `POST /close` entry to the API Endpoints list,
noting it is auth-protected when an agent ID is configured and
intentionally not HMAC-protected (consistent with `/health`).1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
| |||
0 commit comments