We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f3cbb1 + 6a9dd86 commit 665491bCopy full SHA for 665491b
1 file changed
src/index.ts
@@ -328,7 +328,7 @@ export class JupiterOneClient {
328
this.headers = {
329
Authorization: `Bearer ${token}`,
330
'LifeOmic-Account': this.account,
331
- 'Content-Type': 'application/json',
+ 'content-type': 'application/json',
332
};
333
334
const uri = this.useRulesEndpoint ? this.rulesEndpoint : this.queryEndpoint;
0 commit comments