We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87271c commit a9a54e9Copy full SHA for a9a54e9
README.md
@@ -8,7 +8,7 @@ It has several useful endpoints:
8
9
The endpoint `/api/v1/users` allows for the creation of new users.
10
11
-It requires a `first name`, `last name`, and `email address`, included as path variables on the request.
+It requires a `first name`, `last name`, and `email address`, included as the request body.
12
13
Example call to create a user:
14
`curl -X POST "http://localhost:8080/api/v1/users" -H "accept: */*" -H "Content-Type: application/json" -d "{ \"emailAddress\": \"[email protected]\", \"firstName\": \"Wombat\", \"lastName\": \"Gumbo\"}"`
0 commit comments