+1 vote
in POSTMAN by
Define status code 201 in postman

1 Answer

0 votes
by

It means created, when a resource is successfully created using POST or PUT request. It returns a link to a newly created resource using the location header.

...