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 c98a780 commit bfc1493Copy full SHA for bfc1493
src/main/resources/php/Swagger.mustache
@@ -66,7 +66,7 @@ class APIClient {
66
}
67
68
if (is_object($postData) or is_array($postData)) {
69
- $postData = json_encode($this->sanitizeForSerialization($postData));
+ $postData = http_build_query($this->sanitizeForSerialization($postData));
70
71
72
$url = $this->apiServer . $resourcePath;
0 commit comments