From 8c7576298c54b9f84ed294dd1d3865654f803a64 Mon Sep 17 00:00:00 2001 From: "A. F" Date: Thu, 20 Jun 2019 16:48:56 +0200 Subject: [PATCH] fix invalid curl request (#5972) --- website/source/api/session.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/session.html.md b/website/source/api/session.html.md index 5a7bf8d44..52dd038c3 100644 --- a/website/source/api/session.html.md +++ b/website/source/api/session.html.md @@ -130,7 +130,7 @@ The table below shows this endpoint's support for ```text $ curl \ - --request PUT + --request PUT \ http://127.0.0.1:8500/v1/session/destroy/adf4238a-882b-9ddc-4a9d-5b6758e4159e ```