profile keyword manual update and recommended tenders
This commit is contained in:
@@ -181,6 +181,11 @@ type ResetPasswordForm struct {
|
||||
NewPassword string `json:"new_password" valid:"required,length(5|128)" example:"NewPass!123"`
|
||||
}
|
||||
|
||||
// UpdateProfileKeywordsForm represents the form for updating profile keywords
|
||||
type UpdateProfileKeywordsForm struct {
|
||||
Keywords []string `json:"keywords" valid:"required"`
|
||||
}
|
||||
|
||||
// RequestResetPasswordResponse represents the response for password reset request
|
||||
type RequestResetPasswordResponse struct {
|
||||
Message string `json:"message" example:"Password reset code sent to your email"`
|
||||
|
||||
Reference in New Issue
Block a user