/../ The API does not behave correctly when PATCH-ing the email-address unchanged, it only complains about
{
"non_field_errors": [
"email_address"
]
}
.. stripping away the detail of the error for the email-address.
It would probably be better to instead return 200 Ok and pretend the PATCH never happened.
Originally posted by @hmpf in #936 (comment)
.. stripping away the detail of the error for the email-address.
It would probably be better to instead return 200 Ok and pretend the PATCH never happened.
Originally posted by @hmpf in #936 (comment)