We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a04b7 commit 9390fa3Copy full SHA for 9390fa3
README.md
@@ -18,7 +18,7 @@
18
<br>
19
<h3>Update user</h3>
20
<code>curl localhost:8080/access/update/{id} -d {enter the parameters you want to update}</code><br>
21
-<h6>Eg. curl localhost:8080/access/update/1 -d gender=M email=abc@email.com</h6>
+<h6>Eg. curl localhost:8080/access/update/1 -d gender=M -d email=abc@email.com</h6>
22
23
24
<h3>Get random quote</h3>
0 commit comments