update API docs for /regions endpoint

This commit is contained in:
Jin Lee
2017-11-23 09:23:39 -08:00
parent 08817ff27c
commit 0bb3364521

View File

@@ -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