From c8fd8231d1497da8461d778ec9ce1a29d6fd3d64 Mon Sep 17 00:00:00 2001 From: sfiorani <109297780+sfiorani@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:56:02 +0100 Subject: [PATCH] docs(rest.identity): added new 404 specific responses in documentation (#5048) Signed-off-by: SimoneFiorani (cherry picked from commit abbd6416c16de7d460519579dac7f054ee9505f9) --- docs/references/rest-apis/rest-identity-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/references/rest-apis/rest-identity-api.md b/docs/references/rest-apis/rest-identity-api.md index ca2d511b321..d2c5d34d932 100644 --- a/docs/references/rest-apis/rest-identity-api.md +++ b/docs/references/rest-apis/rest-identity-api.md @@ -58,6 +58,7 @@ Unless otherwise specified, identities with `rest.identity` permissions can acce ``` - 200 OK status +- 404 `userName` does not exist - 500 Internal Server Error ## GET methods @@ -203,5 +204,5 @@ No specific permission is required to access this resource. ##### Responses - 200 OK status -- 404 if `userName` is not found +- 404 `userName` does not exist - 500 Internal Server Error