Skip to content

Commit

Permalink
Comment response invalidCredentials status has changed from 400 to 401 (
Browse files Browse the repository at this point in the history
litmuschaos#4866)

Signed-off-by: DongYoung Kim <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
  • Loading branch information
kwx4957 authored and andoriyaprashant committed Sep 7, 2024
1 parent 63e8ef5 commit bdf8fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func InviteUsers(service services.ApplicationService) gin.HandlerFunc {
// @Failure 400 {object} response.ErrInvalidRequest
// @Failure 400 {object} response.ErrUserNotFound
// @Failure 400 {object} response.ErrUserDeactivated
// @Failure 400 {object} response.ErrInvalidCredentials
// @Failure 401 {object} response.ErrInvalidCredentials
// @Failure 500 {object} response.ErrServerError
// @Success 200 {object} response.LoginResponse{}
// @Router /login [post]
Expand Down

0 comments on commit bdf8fc6

Please sign in to comment.