diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 164ea10..c0040d3 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -14287,8 +14287,8 @@ paths: | id | String | | created_at | Date (UNIX timestamp) | | updated_at | Date (UNIX timestamp) | - | _default_title_ | String | - | _default_description_ | String | + | title | String | + | description | String | | category | String | | ticket_type_id | String | | contact_ids | String | @@ -14820,7 +14820,7 @@ paths: operationId: listBrands description: | Retrieves all brands for the workspace, including the default brand. - The default brand id always matches the workspace + The default brand id always matches the workspace parameters: - name: Intercom-Version in: header diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index cc60b45..89717e2 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -10347,8 +10347,8 @@ paths: | id | String | | created_at | Date (UNIX timestamp) | | updated_at | Date (UNIX timestamp) | - | _default_title_ | String | - | _default_description_ | String | + | title | String | + | description | String | | category | String | | ticket_type_id | String | | contact_ids | String | @@ -10866,7 +10866,7 @@ components: title: Action Component oneOf: - "$ref": "#/components/schemas/sheet_action_component" - - "$ref": "#/components/schemas/url_action_component" + - "$ref": "#/components/schemas/url_action_component" - "$ref": "#/components/schemas/submit_action_component" activity_log: title: Activity Log @@ -17101,7 +17101,7 @@ components: - Adding an `action` to the single-select component - Using a ButtonComponent (which will submit all interactive components in the canvas) - + 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. properties: type: @@ -17293,7 +17293,7 @@ components: type: string description: The id of the component clicked by the teammate to trigger the request. context: - "$ref": "#/components/schemas/context" + "$ref": "#/components/schemas/context" description: The context of where the app is added, where the user last visited, and information on the Messenger settings. conversation: "$ref": "#/components/schemas/conversation" @@ -17327,11 +17327,11 @@ components: type: object description: | The response object returned when submitting an app interaction. This will replace the previous canvas that was visible until the app was interacted with. - + 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. - + Apps in conversation details can also optionally insert an app into the conversation reply: - + 1. You respond with a card_creation_options object (https://developers.intercom.com/canvas-kit-reference/reference/card-creation-options) 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 3. You respond with a canvas object with the components you want to insert into the conversation reply diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index 6c1bc0b..cad3285 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -11078,8 +11078,8 @@ paths: | id | String | | created_at | Date (UNIX timestamp) | | updated_at | Date (UNIX timestamp) | - | _default_title_ | String | - | _default_description_ | String | + | title | String | + | description | String | | category | String | | ticket_type_id | String | | contact_ids | String | diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 26177ea..7675691 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -12424,8 +12424,8 @@ paths: | id | String | | created_at | Date (UNIX timestamp) | | updated_at | Date (UNIX timestamp) | - | _default_title_ | String | - | _default_description_ | String | + | title | String | + | description | String | | category | String | | ticket_type_id | String | | contact_ids | String | diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 4be7b9b..14a95e2 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -13463,8 +13463,8 @@ paths: | id | String | | created_at | Date (UNIX timestamp) | | updated_at | Date (UNIX timestamp) | - | _default_title_ | String | - | _default_description_ | String | + | title | String | + | description | String | | category | String | | ticket_type_id | String | | contact_ids | String |