/contacts/v1/contact/batch/ returns 202 when email is duplicate
Hey,
I'm trying to update a contact with an email that already exists in another contact. This should obviously fail, however recently this API started to return 202 for this requests. The contact itself didn't update as expected, but the valid response is falsy.
As mentioned in your documentation this requests should return 400, since nothing happend due to this duplicated emails. This seems to be a regression. Other errors working as expected. Also, in case multiple records sent in the body - the valid one does get updated, which is also a change, since it's clearly mentioned the whole batch should fail in case of a failure in one of the records.