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 515fca1 commit ddfd0b8Copy full SHA for ddfd0b8
services/speech_to_text/v1.js
@@ -329,7 +329,7 @@ SpeechToText.prototype.deleteSession = function(params, callback) {
329
url: '/v1/sessions/' + params.session_id,
330
json: true,
331
headers: {
332
- 'Cookie': 'SESSIONID=' + params.cookie_session
+ 'cookie': 'SESSIONID=' + params.cookie_session
333
}
334
},
335
defaultOptions: this._options
0 commit comments