Skip to content

Commit

Permalink
docs(rest.identity): added new 404 specific responses in documentation (
Browse files Browse the repository at this point in the history
#5048)

Signed-off-by: SimoneFiorani <[email protected]>
  • Loading branch information
sfiorani authored Dec 11, 2023
1 parent 4303b95 commit abbd641
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 abbd641

Please sign in to comment.