doc: fix operator keyring delete method

This commit is contained in:
Frank Schroeder 2017-08-19 09:44:15 +02:00
parent a3934c263c
commit 0516deff0c
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ $ curl \
This endpoint removes a gossip encryption key from the cluster. This operation This endpoint removes a gossip encryption key from the cluster. This operation
may only be performed on keys which are not currently the primary key. may only be performed on keys which are not currently the primary key.
| Method | Path | Produces | | Method | Path | Produces |
| ------ | ---------------------------- | -------------------------- | | ------- | ---------------------------- | -------------------------- |
| `GET` | `/operator/keyring` | `application/json` | | `DELETE`| `/operator/keyring` | `application/json` |
The table below shows this endpoint's support for The table below shows this endpoint's support for
[blocking queries](/api/index.html#blocking-queries), [blocking queries](/api/index.html#blocking-queries),