diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/garage-admin-v2.yml | 2 | ||||
-rw-r--r-- | doc/drafts/admin-api.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/garage-admin-v2.yml b/doc/api/garage-admin-v2.yml index 0b948135..725c1d01 100644 --- a/doc/api/garage-admin-v2.yml +++ b/doc/api/garage-admin-v2.yml @@ -91,7 +91,7 @@ paths: example: "ec79480e0ce52ae26fd00c9da684e4fa56658d9c64cdcecb094e936de0bfe71f" garageVersion: type: string - example: "v0.9.0" + example: "v2.0.0" garageFeatures: type: array items: diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md index ca60ead1..eb327307 100644 --- a/doc/drafts/admin-api.md +++ b/doc/drafts/admin-api.md @@ -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 |