Skip to content

Commit a05a309

Browse files
authored
Update Search Tickets title and description (#325)
1 parent 92d092a commit a05a309

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14287,8 +14287,8 @@ paths:
1428714287
| id | String |
1428814288
| created_at | Date (UNIX timestamp) |
1428914289
| updated_at | Date (UNIX timestamp) |
14290-
| _default_title_ | String |
14291-
| _default_description_ | String |
14290+
| title | String |
14291+
| description | String |
1429214292
| category | String |
1429314293
| ticket_type_id | String |
1429414294
| contact_ids | String |
@@ -14820,7 +14820,7 @@ paths:
1482014820
operationId: listBrands
1482114821
description: |
1482214822
Retrieves all brands for the workspace, including the default brand.
14823-
The default brand id always matches the workspace
14823+
The default brand id always matches the workspace
1482414824
parameters:
1482514825
- name: Intercom-Version
1482614826
in: header

descriptions/2.11/api.intercom.io.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10347,8 +10347,8 @@ paths:
1034710347
| id | String |
1034810348
| created_at | Date (UNIX timestamp) |
1034910349
| updated_at | Date (UNIX timestamp) |
10350-
| _default_title_ | String |
10351-
| _default_description_ | String |
10350+
| title | String |
10351+
| description | String |
1035210352
| category | String |
1035310353
| ticket_type_id | String |
1035410354
| contact_ids | String |
@@ -10866,7 +10866,7 @@ components:
1086610866
title: Action Component
1086710867
oneOf:
1086810868
- "$ref": "#/components/schemas/sheet_action_component"
10869-
- "$ref": "#/components/schemas/url_action_component"
10869+
- "$ref": "#/components/schemas/url_action_component"
1087010870
- "$ref": "#/components/schemas/submit_action_component"
1087110871
activity_log:
1087210872
title: Activity Log
@@ -17101,7 +17101,7 @@ components:
1710117101

1710217102
- Adding an `action` to the single-select component
1710317103
- Using a ButtonComponent (which will submit all interactive components in the canvas)
17104-
17104+
1710517105
When a submit action takes place, the results are given in a hash with the `id` from the single-select component used as the key and the `id` from the chosen option as the value.
1710617106
properties:
1710717107
type:
@@ -17293,7 +17293,7 @@ components:
1729317293
type: string
1729417294
description: The id of the component clicked by the teammate to trigger the request.
1729517295
context:
17296-
"$ref": "#/components/schemas/context"
17296+
"$ref": "#/components/schemas/context"
1729717297
description: The context of where the app is added, where the user last visited, and information on the Messenger settings.
1729817298
conversation:
1729917299
"$ref": "#/components/schemas/conversation"
@@ -17327,11 +17327,11 @@ components:
1732717327
type: object
1732817328
description: |
1732917329
The response object returned when submitting an app interaction. This will replace the previous canvas that was visible until the app was interacted with.
17330-
17330+
1733117331
You can optionally provide an event object with the attribute `type` given as `completed` to tell us if the app has completed its purpose. For example, an email collector app would be complete when the end-user submits their email address.
17332-
17332+
1733317333
Apps in conversation details can also optionally insert an app into the conversation reply:
17334-
17334+
1733517335
1. You respond with a card_creation_options object (https://developers.intercom.com/canvas-kit-reference/reference/card-creation-options)
1733617336
2. We send a request to the initialize URL for Messenger capabilities (https://developers.intercom.com/docs/build-an-integration/getting-started/build-an-app-for-your-messenger/request-flows) with the card_creation_options object present
1733717337
3. You respond with a canvas object with the components you want to insert into the conversation reply

descriptions/2.12/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11078,8 +11078,8 @@ paths:
1107811078
| id | String |
1107911079
| created_at | Date (UNIX timestamp) |
1108011080
| updated_at | Date (UNIX timestamp) |
11081-
| _default_title_ | String |
11082-
| _default_description_ | String |
11081+
| title | String |
11082+
| description | String |
1108311083
| category | String |
1108411084
| ticket_type_id | String |
1108511085
| contact_ids | String |

descriptions/2.13/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12424,8 +12424,8 @@ paths:
1242412424
| id | String |
1242512425
| created_at | Date (UNIX timestamp) |
1242612426
| updated_at | Date (UNIX timestamp) |
12427-
| _default_title_ | String |
12428-
| _default_description_ | String |
12427+
| title | String |
12428+
| description | String |
1242912429
| category | String |
1243012430
| ticket_type_id | String |
1243112431
| contact_ids | String |

descriptions/2.14/api.intercom.io.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13463,8 +13463,8 @@ paths:
1346313463
| id | String |
1346413464
| created_at | Date (UNIX timestamp) |
1346513465
| updated_at | Date (UNIX timestamp) |
13466-
| _default_title_ | String |
13467-
| _default_description_ | String |
13466+
| title | String |
13467+
| description | String |
1346813468
| category | String |
1346913469
| ticket_type_id | String |
1347013470
| contact_ids | String |

0 commit comments

Comments
 (0)