jsonplaceholder icon indicating copy to clipboard operation
jsonplaceholder copied to clipboard

Status header to create or delete resource

Open Marlysson opened this issue 8 years ago • 0 comments

When send a POST or DELETE request to create or deleting a resource, could return in response header the status of request , don't?

Example:

POST Request

{"Status": "201 Created"}

DELETE Request

{"Status":"204 No Content"}

Marlysson avatar Aug 06 '17 20:08 Marlysson