Fix typo in volume HTTP API documentation (#8396)

This commit is contained in:
Rémi Lapeyre 2020-07-09 14:33:45 +02:00 committed by GitHub
parent f2b60bfeb0
commit 8f183abfd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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