Skip to content

Commit

Permalink
Merge pull request #5825 from hashicorp/docs-updated-alloc-examples
Browse files Browse the repository at this point in the history
documentation: fixed incorrect URLs in allocation signal/restart documentation
  • Loading branch information
Chris Baker committed Jun 12, 2019
2 parents 2ce49f6 + 0c74bad commit 0b953da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/api/allocations.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ This endpoint sends a signal to an allocation or task.

| Method | Path | Produces |
| ------ | -------------------------- | -------------------------- |
| `POST` / `PUT` | `/v1/allocation/:alloc_id/signal` | `application/json` |
| `POST` / `PUT` | `/v1/client/allocation/:alloc_id/signal` | `application/json` |

The table below shows this endpoint's support for
[blocking queries](/api/index.html#blocking-queries) and
Expand Down Expand Up @@ -656,7 +656,7 @@ This endpoint restarts an allocation or task in-place.

| Method | Path | Produces |
| ------ | -------------------------- | -------------------------- |
| `POST` / `PUT` | `/v1/allocation/:alloc_id/restart` | `application/json` |
| `POST` / `PUT` | `/v1/client/allocation/:alloc_id/restart` | `application/json` |

The table below shows this endpoint's support for
[blocking queries](/api/index.html#blocking-queries) and
Expand Down

0 comments on commit 0b953da

Please sign in to comment.