This commit is contained in:
Trey t
2025-11-29 23:36:48 -06:00
parent 4e9b31377b
commit be507561f1
2 changed files with 2 additions and 0 deletions

View File

@@ -33,4 +33,5 @@ type UpdateContractorRequest struct {
SpecialtyIDs []uint `json:"specialty_ids"`
Rating *float64 `json:"rating"`
IsFavorite *bool `json:"is_favorite"`
ResidenceID *uint `json:"residence_id"`
}