Skip to content

Commit 5cae63a

Browse files
committed
fix: clarify health endpoint description in README
1 parent 1a7915b commit 5cae63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Fallbacks are configured in LiteLLM router settings:
7878

7979
| Method | Path | Description | Auth? | Rate-limited? |
8080
|--------|------|-------------|-------|---------------|
81-
| GET | `/api/health` | Dependency status (`ok|degraded|down`) | No | No |
81+
| GET | `/api/health` | Dependency status | No | No |
8282
| GET | `/api/pinned` | Curated & trending topics | No | Light |
8383
| POST | `/api/query` | Main query endpoint — returns layered output | Optional | Yes |
8484
| POST | `/api/export` | Convert result to file (txt/md) | No | Yes |

0 commit comments

Comments
 (0)