Skip to content

Commit

Permalink
fix swagger comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed Oct 9, 2024
1 parent 1c736bb commit 42e2905
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ type UserV3DeactivateResponse struct {
// @tags Users
// @accept json
// @produce json
// @param users body UserV3OffboardRequest true "Information on the users to deactivate"
// @success 200 {object} UserV3OffboardResponse
// @param users body UserV3DeactivateRequest true "Information on the users to deactivate"
// @success 200 {object} UserV3DeactivateResponse
// @failure 400,403,404,407,409,500 {object} errors.ErrorResponse
// @router /api/users/procedures/v3/deactivate [post]
func usersProceduresV3Deactivate(ctx *gin.Context) {
Expand Down

0 comments on commit 42e2905

Please sign in to comment.