Re: considering changing response code on deletes on v2 end points
Michael Fraenkel <michael.fraenkel@...>
The status codes are pretty consistent. What is being affected are
toggle quoted messageShow quoted text
related, aka, nested routes which always returned a 201 on DELETE. Any delete on a resource returns a 204 if done immediately or 202 if its queued. In some cases you have the option of specifying whether the delete should be queued via the async query parameter.
On 10/15/15 1:26 AM, Dieu Cao wrote:
On further review, there's a mix of return codes currently returned on
|
|