Http Code

204

No Content

The server has accepted the request and processed it successfully, but there is no payload it has to send over to the client. So, it sends a 204 HTTP response back with an empty body and some related headers.

Use Case

You are editing a document in a web application and the browser sends a request to the server to save a particular paragraph. The server accepts and processes the request and sends back a 204 response with no payload.