Update job.html read most recent deployment sample
The sample request incorrectly used `https://nomad.rocks/v1/job/my-job/deployments` which listed all deployments for the specified job. The sample request has therefore been updated to use the correct endpoint which returns only the jobs most recent deployment.
This commit is contained in:
parent
d1888f5b97
commit
07e3bed923
|
@ -921,7 +921,7 @@ The table below shows this endpoint's support for
|
|||
|
||||
```text
|
||||
$ curl \
|
||||
https://nomad.rocks/v1/job/my-job/deployments
|
||||
https://nomad.rocks/v1/job/my-job/deployment
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
|
|
Loading…
Reference in a new issue