We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0add3d8 commit 4e8c8d7Copy full SHA for 4e8c8d7
1 file changed
‎README.md‎
@@ -51,7 +51,7 @@ Example of the result: https://github.com/agconti/piedpiper-web
51
Try creating a user!
52
53
```bash
54
-curl -d '{"username":"testuser", "password":"test", "email":"test@test.com", "first_name":"test", "last_name":"user"}' \
+curl -d '{"username":"'"$RANDOM"'", "password":"test", "email":"test@test.com", "first_name":"test", "last_name":"user"}' \
55
-H "Content-Type: application/json" \
56
-X POST https://piedpiper-prod.herokuapp.com/api/v1/users/
57
```
0 commit comments