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 b9ef8c6 commit 62098edCopy full SHA for 62098ed
src/main/java/org/javawebstack/httpclient/HTTPClient.java
@@ -119,7 +119,7 @@ public HTTPRequest post(String path){
119
}
120
121
public HTTPRequest post(String path, Object body){
122
- return post(path).jsonBody((GraphElement) body);
+ return post(path).jsonBody(body);
123
124
125
public HTTPRequest put(String path){
0 commit comments