Skip to content

Commit aba2dcf

Browse files
authored
Clarified part 4
1 parent d6e0f66 commit aba2dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ This endpoint should create a new user. Each request should also send a `name`,
174174

175175
A successful request should return a status code of `201` and return the newly created user.
176176

177-
If any of the three required parameters aren't provided, return a `422` and a useful `message`. In general, your messages should provide the user/developer useful feedback on what they did wrong and how they can fix it.
177+
If any of the three required parameters aren't provided, DO NOT create a new user in the db and return a `422` with a useful `message`. In general, your messages should provide the user/developer useful feedback on what they did wrong and how they can fix it.
178178

179179
This is how you can send `body` parameters from Postman. Make sure you don't mistake this for query parameters!
180180
![Postman POST](docs/postman_post.png)

0 commit comments

Comments
 (0)