We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a40fb commit 1115635Copy full SHA for 1115635
1 file changed
README.md
@@ -129,7 +129,7 @@ Get an existing user:
129
130
```java
131
HashMap <String,Object> params = new HashMap<String,Object>();
132
-params.put("id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
+params.put("user_id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
133
JsonObject response = userService.get( params );
134
System.out.println("response: " + response.toString() );
135
```
0 commit comments