About this question
I am making a PATCH request to update a contact in Salesforce via API. The resource seems to be updated fine, but it returns me 204 No Content in POSTMAN.
To my knowledge, it just means that there was no body returned in response which makes sense, since its PATCH method. But just wanted to confirm, Is it an error that I should be worried about?