From 326e1ab24cb7174161de0ed2b89a919aea710cb8 Mon Sep 17 00:00:00 2001 From: Brian Nuszkowski Date: Wed, 3 Jan 2018 12:09:43 -0500 Subject: [PATCH] Update '/auth/token/revoke-self' endpoint documentation to reflect the proper response code (#3735) --- website/source/api/auth/token/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/auth/token/index.html.md b/website/source/api/auth/token/index.html.md index 7b6bf98895..1e63e31312 100644 --- a/website/source/api/auth/token/index.html.md +++ b/website/source/api/auth/token/index.html.md @@ -437,7 +437,7 @@ revoked, all dynamic secrets generated with it are also revoked. | Method | Path | Produces | | :------- | :--------------------------- | :--------------------- | -| `POST` | `/auth/token/revoke-self` | `200 application/json` | +| `POST` | `/auth/token/revoke-self` | `204 (empty body)` | ### Sample Request