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.
2 parents 020f080 + 44746e2 commit d31b19dCopy full SHA for d31b19d
src/Intercom/IntercomAbstractClient.php
@@ -15,7 +15,7 @@ abstract class IntercomAbstractClient extends Client
15
const DEFAULT_CONTENT_TYPE = 'application/json';
16
17
/** @var string */
18
- const DEFAULT_ACCEPT_HEADER = 'application/vnd.intercom.3+json';
+ const DEFAULT_ACCEPT_HEADER = 'application/json';
19
20
const USER_AGENT = 'intercom-php/1.0.0-b1';
21
0 commit comments