Skip to content

Commit 1115635

Browse files
author
Dhananjay Patil
authored
Update README.md
1 parent 08a40fb commit 1115635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Get an existing user:
129129

130130
```java
131131
HashMap <String,Object> params = new HashMap<String,Object>();
132-
params.put("id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
132+
params.put("user_id", "29f57b59-60af-4579-9d6c-2ebcb36a9142");
133133
JsonObject response = userService.get( params );
134134
System.out.println("response: " + response.toString() );
135135
```

0 commit comments

Comments
 (0)