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:
James Rasell 2017-08-08 10:47:24 +01:00 committed by GitHub
parent d1888f5b97
commit 07e3bed923

View file

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