Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangePasswordInRecovery ¶
ChangePasswordInRecovery @Summary Change Password in recovery (You will need send a valid and not expired code with your new password) @Description Change Password in recovery by id or email @Tags user @Produce json @Security Bearer @Param find path string true "Search parameter: e-mail or id" @Param tags body user_dtos.ChangePasswordInRecoveryRequest true "ChangePasswordInRecoveryRequest" @Success 200 {object} user_dtos.UserWithoutSensitiveData @Failure 422 {object} utils_interfaces.ErrorResponse @Failure 404 {object} utils_interfaces.ErrorResponse @Failure 401 {object} utils_interfaces.ErrorResponse @Router /users/changePasswordInRecovery/{find} [patch]
Types ¶
This section is empty.