We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c1eeb7 + 86c3f38 commit 754d5f7Copy full SHA for 754d5f7
1 file changed
lib/apicontrollersbase.js
@@ -83,10 +83,6 @@ class APIOperationBase {
83
var reqOpts = {
84
url: this._endpoint,
85
method: 'POST',
86
- headers: {
87
- 'Content-Type': 'application/json',
88
- 'Content-Length': this._request.length
89
- },
90
json: true,
91
timeout: config.timeout,
92
body: this._request
0 commit comments