Skip to content

Commit b7396ed

Browse files
committed
interim
1 parent e5585ce commit b7396ed

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8199,6 +8199,12 @@ paths:
81998199
description: |
82008200
Notifies Intercom that a new conversation was created in your custom channel/platform. This triggers conversation creation and workflow automations within Intercom for your custom channel integration.
82018201
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
8202+
parameters:
8203+
- name: Intercom-Version
8204+
in: header
8205+
required: true
8206+
schema:
8207+
$ref: '#/components/schemas/intercom_version'
82028208
requestBody:
82038209
required: true
82048210
content:
@@ -8236,6 +8242,12 @@ paths:
82368242
description: |
82378243
Notifies Intercom that a new message was sent in a conversation on your custom channel/platform. This allows Intercom to process the message and trigger any relevant workflow automations.
82388244
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
8245+
parameters:
8246+
- name: Intercom-Version
8247+
in: header
8248+
required: true
8249+
schema:
8250+
$ref: '#/components/schemas/intercom_version'
82398251
requestBody:
82408252
required: true
82418253
content:
@@ -8282,6 +8294,12 @@ paths:
82828294
description: |
82838295
Notifies Intercom that a user selected a quick reply option in your custom channel/platform. This allows Intercom to process the response and trigger any relevant workflow automations.
82848296
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
8297+
parameters:
8298+
- name: Intercom-Version
8299+
in: header
8300+
required: true
8301+
schema:
8302+
$ref: '#/components/schemas/intercom_version'
82858303
requestBody:
82868304
required: true
82878305
content:
@@ -8328,6 +8346,12 @@ paths:
83288346
description: |
83298347
Notifies Intercom that a user provided a response to an attribute collector in your custom channel/platform. This allows Intercom to process the attribute and trigger any relevant workflow automations.
83308348
> **Note:** This endpoint is currently under managed availability. Please reach out to your accounts team to discuss access and tailored, hands-on support.
8349+
parameters:
8350+
- name: Intercom-Version
8351+
in: header
8352+
required: true
8353+
schema:
8354+
$ref: '#/components/schemas/intercom_version'
83318355
requestBody:
83328356
required: true
83338357
content:

fern/unstable-openapi-overrides.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ paths:
66
application/json:
77
schema:
88
$ref: '#/components/schemas/CreateDataAttributeRequest'
9-
'/data_attributes/{id}':
10-
put:
11-
requestBody:
12-
content:
13-
application/json:
14-
schema:
15-
$ref: '#/components/schemas/UpdateDataAttributeRequest'
9+
# '/data_attributes/{id}':
10+
# put:
11+
# requestBody:
12+
# content:
13+
# application/json:
14+
# schema:
15+
# $ref: '#/components/schemas/UpdateDataAttributeRequest'
1616
'/articles':
1717
post:
1818
requestBody:

0 commit comments

Comments
 (0)