Skip to content

Commit

Permalink
fix: update api docs
Browse files Browse the repository at this point in the history
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
  • Loading branch information
WashingtonKK committed Mar 25, 2024
1 parent da2f137 commit 5916549
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/openapi/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ paths:
description: Users link for resetting password.
"400":
description: Failed due to malformed JSON.
"404":
description: Entity not found.
"415":
description: Missing or invalid content type.
"422":
Expand All @@ -417,6 +419,8 @@ paths:
description: Failed due to malformed JSON.
"401":
description: Missing or invalid access token provided.
"404":
description: Entity not found.
"415":
description: Missing or invalid content type.
"422":
Expand Down

0 comments on commit 5916549

Please sign in to comment.