Fixed scheduler config examples (#12049)

This commit is contained in:
Charlie Voiselle
2022-02-23 12:58:29 -05:00
committed by GitHub
parent 7f5a0c541c
commit 53d55ee98a

View File

@@ -838,9 +838,7 @@ This endpoint accepts no additional parameters.
```shell-session
$ curl \
--request PUT \
--data @payload.json \
https://localhost:4646/v1/jobs
https://localhost:4646/v1/agent/schedulers/config
```
### Sample Response
@@ -892,6 +890,7 @@ The table below shows this endpoint's support for
"_core"
],
"num_schedulers": 12
"server_id": "server1.global"
}
```
@@ -901,7 +900,7 @@ The table below shows this endpoint's support for
$ curl \
--request PUT \
--data @payload.json \
https://localhost:4646/v1/jobs
https://localhost:4646/v1/agent/schedulers/config
```
### Sample Response