Closed nwhetsell closed 5 years ago
Hey! Thanks for reporting this. We've had a few other folks mention the same issue. The underlying issue seems to be that a recent (intended to be transparent) update to our API was describing the photoType as default
and not unknown
, so when that customer is re-saved it fails validation. Our API team applied a fix which should resolve this. Can you give it another go?
This appears to be fixed, thanks!
I’m trying to create a
Conversation
with aCustomer
whosephotoType
has the value'default'
. Catching theValidationErrorException
and runningshows:
I didn’t set the
photoType
of thisCustomer
(I actually wasn’t even aware that API existed until seeing this error).Should
'default'
be a valid value ofphotoType
? If not, how does one avoid this error?