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
This commit is contained in:
parent
b433374130
commit
d83b502620
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user