Skip to content

Commit 44746e2

Browse files
committed
Accept application/json by default
1 parent 8b75a2f commit 44746e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Intercom/IntercomAbstractClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class IntercomAbstractClient extends Client
1515
const DEFAULT_CONTENT_TYPE = 'application/json';
1616

1717
/** @var string */
18-
const DEFAULT_ACCEPT_HEADER = 'application/vnd.intercom.3+json';
18+
const DEFAULT_ACCEPT_HEADER = 'application/json';
1919

2020
/**
2121
* Configures the client by setting the appropriate headers, service description and error handling

0 commit comments

Comments
 (0)