diff --git a/api/sfgate/sfgate_models/user.go b/api/sfgate/sfgate_models/user.go index 7484e66..eb5787d 100644 --- a/api/sfgate/sfgate_models/user.go +++ b/api/sfgate/sfgate_models/user.go @@ -105,7 +105,7 @@ type User struct { IsPortalEnabled bool `json:"IsPortalEnabled,omitempty"` // Has Profile Photo - IsProphilePhotoActive bool `json:"IsProphilePhotoActive,omitempty"` + IsProfilePhotoActive bool `json:"IsProfilePhotoActive,omitempty"` // is system controlled IsSystemControlled bool `json:"IsSystemControlled,omitempty"` diff --git a/swagger/external/sf-gate-vernonkeenan.yaml b/swagger/external/sf-gate-vernonkeenan.yaml index 2ca099f..28b72a7 100644 --- a/swagger/external/sf-gate-vernonkeenan.yaml +++ b/swagger/external/sf-gate-vernonkeenan.yaml @@ -2438,7 +2438,7 @@ definitions: IsPortalEnabled: description: Is the user enabled for Communities? type: boolean - IsProphilePhotoActive: + IsProfilePhotoActive: description: Has Profile Photo type: boolean IsSystemControlled: diff --git a/swagger/sf-gate-vernonkeenan.yaml b/swagger/sf-gate-vernonkeenan.yaml index eb1a664..e429cf9 100644 --- a/swagger/sf-gate-vernonkeenan.yaml +++ b/swagger/sf-gate-vernonkeenan.yaml @@ -2438,7 +2438,7 @@ definitions: IsPortalEnabled: description: Is the user enabled for Communities? type: boolean - IsProphilePhotoActive: + IsProfilePhotoActive: description: Has Profile Photo type: boolean IsSystemControlled: