chore: (cli) Update description of disable_meta (#5406)

This commit is contained in:
William FH
2025-07-08 19:55:10 +00:00
committed by GitHub
parent 0d8a8c5847
commit 2fee649980
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -338,7 +338,10 @@ class HttpConfig(TypedDict, total=False):
Default is False.
"""
disable_meta: bool
"""Optional. If True, all meta endpoints (/openapi.json, /info, /metrics, /docs) are disabled.
"""Optional. Remove meta endpoints.
Set to True to disable the following endpoints: /openapi.json, /info, /metrics, /docs.
This will also make the /ok endpoint skip any DB or other checks, always returning {"ok": True}.
Default is False.
"""