Fix typo in volume HTTP API documentation (#8396)
This commit is contained in:
parent
f2b60bfeb0
commit
8f183abfd9
|
@ -300,9 +300,9 @@ $ curl \
|
|||
This endpoint deregisters an external volume with Nomad. It is an
|
||||
error to deregister a volume that is in use.
|
||||
|
||||
| Method | Path | Produces |
|
||||
| ------- | --------------------------- | ------------------ |
|
||||
| `DELTE` | `/v1/volume/csi/:volume_id` | `application/json` |
|
||||
| Method | Path | Produces |
|
||||
| ------- | ---------------------------- | ------------------ |
|
||||
| `DELETE` | `/v1/volume/csi/:volume_id` | `application/json` |
|
||||
|
||||
The table below shows this endpoint's support for
|
||||
[blocking queries](/api-docs#blocking-queries) and
|
||||
|
|
Loading…
Reference in New Issue