From 0bb3364521ad889df01d91c2c4ecc708f541c867 Mon Sep 17 00:00:00 2001 From: Jin Lee Date: Thu, 23 Nov 2017 09:23:39 -0800 Subject: [PATCH] update API docs for /regions endpoint --- website/source/api/regions.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/api/regions.html.md b/website/source/api/regions.html.md index 2e2880db7..047d2484c 100644 --- a/website/source/api/regions.html.md +++ b/website/source/api/regions.html.md @@ -14,7 +14,7 @@ The `/regions` endpoints list all known regions. | Method | Path | Produces | | ------ | ---------------------------- | -------------------------- | -| `GET` | `/status/regions` | `application/json` | +| `GET` | `/regions` | `application/json` | The table below shows this endpoint's support for [blocking queries](/api/index.html#blocking-queries) and @@ -28,7 +28,7 @@ The table below shows this endpoint's support for ```text $ curl \ - https://nomad.rocks/v1/status/regions + https://nomad.rocks/v1/regions ``` ### Sample Response