Unable to Update a Developer Record

Hi @Pete.

Thanks for the reply. Yes, as rightly mentioned by you, when the email addresses are the same for the developers, I’m able to update the record.
Even if the email addresses are different, as long as I include “id” key in the request body along with path params, it works flawlessly.
Actually to be honest, I missed a key while sending the request (For Update Call we are issuing the “id” as a path param) and hence I omitted “id” key in the request body. I believe because of that i was returned with a 500 (Internal Server Error) - Application Error. I was confused because usually 500 Status is issued for APIs that have failed internally. In this case I believe it must be a 400 (Bad request).

My apologies for the false alarm!
A kind request that, maybe 500 Internal Server Error maybe converted to an appropriate Error Status and Error Code for better understanding.

Cheers and Thanks!
Prashanth (@selvamp)