admin api: small fixes

This commit is contained in:
Alex Auvolat
2025-01-29 12:06:58 +01:00
parent 420bbc162d
commit 4f0b923c4f
6 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ paths:
example: "ec79480e0ce52ae26fd00c9da684e4fa56658d9c64cdcecb094e936de0bfe71f"
garageVersion:
type: string
example: "v0.9.0"
example: "v2.0.0"
garageFeatures:
type: array
items:
+1 -1
View File
@@ -53,7 +53,7 @@ Returns an HTTP status 200 if the node is ready to answer user's requests,
and an HTTP status 503 (Service Unavailable) if there are some partitions
for which a quorum of nodes is not available.
A simple textual message is also returned in a body with content-type `text/plain`.
See `/v2/health` for an API that also returns JSON output.
See `/v2/GetClusterHealth` for an API that also returns JSON output.
### Other special endpoints