Skip to content

Commit

Permalink
docs(rest.identity): added new 404 specific responses in documentatio…
Browse files Browse the repository at this point in the history
…n [backport docs-release-5.4] (#5054)

docs(rest.identity): added new 404 specific responses in documentation (#5048)

Signed-off-by: SimoneFiorani <[email protected]>
(cherry picked from commit abbd641)

Co-authored-by: sfiorani <[email protected]>
  • Loading branch information
github-actions[bot] and sfiorani authored Dec 11, 2023
1 parent 41058f0 commit ec40677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/references/rest-apis/rest-identity-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ec40677

Please sign in to comment.