Overview#
HTTP 201 is the HTTP Status Code for Successful and the text returned is "Created".The HTTP Request has succeeded and a new resource has been created as a result of it. This is typically the response sent after a HTTP PUT request.
The HTTP Request has succeeded and a new resource has been created as a result of it. This is typically the response sent after a HTTP PUT request.