Mid REST API

What does the 201 Created status code mean?

It indicates that a new resource was successfully created. Usually returned after a POST

request, along with a Location header pointing to the new resource.

More from ASP.NET Core Web API Tutorial

All questions for this course