MakingSense / WebApiCore-Seed

MIT License
2 stars 5 forks source link

Post now returns a 201 #35

Closed Dongata closed 6 years ago

Dongata commented 6 years ago

Background

When a client creates a user, they cannot know what id was given Now with the 201 response, they know what the final result looks like, and also the have a location header, that exposes where the resource was created

Changes Made

Demo

201created