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 8b75a2f commit 44746e2Copy full SHA for 44746e2
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
/**
21
* Configures the client by setting the appropriate headers, service description and error handling
0 commit comments