201
HTTP

201 Created

The request succeeded and a new resource was created. Typically returned after POST or PUT requests that create a new entity.

Wenn Sie diesen Code sehen

After successfully creating a new user, post, order, or other resource via a REST API.

Wie man es behebt

No fix needed. Check the Location header for the URL of the new resource.

Verwandte Codes

Vergleiche

Anleitungen

Glossar