From 0516deff0cda0f0dcc83b4c42093a6cd44d00220 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sat, 19 Aug 2017 09:44:15 +0200 Subject: [PATCH] doc: fix operator keyring delete method --- website/source/api/operator/keyring.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/api/operator/keyring.html.md b/website/source/api/operator/keyring.html.md index 0b4dacc92a..6d49d29452 100644 --- a/website/source/api/operator/keyring.html.md +++ b/website/source/api/operator/keyring.html.md @@ -179,9 +179,9 @@ $ curl \ 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. -| Method | Path | Produces | -| ------ | ---------------------------- | -------------------------- | -| `GET` | `/operator/keyring` | `application/json` | +| Method | Path | Produces | +| ------- | ---------------------------- | -------------------------- | +| `DELETE`| `/operator/keyring` | `application/json` | The table below shows this endpoint's support for [blocking queries](/api/index.html#blocking-queries),