From d83b502620f87a493cc25ab75352e7fa38b118a4 Mon Sep 17 00:00:00 2001 From: Anthony Washington Date: Mon, 6 Mar 2017 15:36:35 +0000 Subject: [PATCH] API-ref return code fix Currently the api ref states the return code for GET /v3/auth/catalog returns 204 no content. However after testing the return code is 200 ok. This commit updates api-ref to correct return code. Change-Id: I5f1049b565b1e11fb6e748b43ae9dfe1e16250a6 Closes-Bug: 1670380 --- 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 7c368f1433..201652e0fd 100644 --- a/api-ref/source/v3/authenticate-v3.inc +++ b/api-ref/source/v3/authenticate-v3.inc @@ -496,7 +496,7 @@ if it was generated using ?nocatalog). The structure of the catalog object is identical to that contained in a token. -Normal response codes: 204 +Normal response codes: 200 Error response codes: 413,415,405,404,403,401,400,503,409