Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?

Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request? Correct Answer 201

HTTP Status Code 201 means CREATED, when a resource is successful created using POST or PUT request. The code 200 means success i.e. OK, code 204 means NO CONTENT, and the code 304 means NOT MODIFIED.
Bissoy MCQ

Related Questions