From 081a675dbd44384a87ec185efc22ae285eecac7b Mon Sep 17 00:00:00 2001 From: Hironori Shiina Date: Mon, 29 Nov 2021 15:00:05 -0500 Subject: [PATCH] Fix response code of 'Revoke Token' in api-ref 'DELETE /v3/auth/tokens' responds with 204(No content) when it succeeds. Change-Id: Ib5c96ab890d0fd01bed96e568d7c9191cc847d55 --- api-ref/source/v3/authenticate-v3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v3/authenticate-v3.inc b/api-ref/source/v3/authenticate-v3.inc index 11f19cbb48..d69972aa90 100644 --- a/api-ref/source/v3/authenticate-v3.inc +++ b/api-ref/source/v3/authenticate-v3.inc @@ -965,7 +965,7 @@ Status Codes .. rest_status_code:: success status.yaml - - 201 + - 204 .. rest_status_code:: error status.yaml