Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ paths:
sync_behavior: automatic
created_at: 1734537259
updated_at: 1734537259
audience_ids: []
- id: 34
type: content_import_source
last_synced_at: 1734537259
Expand All @@ -650,6 +651,7 @@ paths:
sync_behavior: automatic
created_at: 1734537259
updated_at: 1734537259
audience_ids: []
- id: 35
type: content_import_source
last_synced_at: 1734537259
Expand All @@ -658,6 +660,7 @@ paths:
sync_behavior: automatic
created_at: 1734537259
updated_at: 1734537259
audience_ids: []
pages:
type: pages
page: 1
Expand Down Expand Up @@ -709,6 +712,7 @@ paths:
sync_behavior: api
created_at: 1734537261
updated_at: 1734537261
audience_ids: []
schema:
"$ref": "#/components/schemas/content_import_source"
'401':
Expand Down Expand Up @@ -801,6 +805,7 @@ paths:
sync_behavior: api
created_at: 1734537265
updated_at: 1734537265
audience_ids: []
schema:
"$ref": "#/components/schemas/content_import_source"
'401':
Expand Down Expand Up @@ -844,6 +849,7 @@ paths:
sync_behavior: api
created_at: 1734537267
updated_at: 1734537267
audience_ids: []
schema:
"$ref": "#/components/schemas/content_import_source"
'401':
Expand Down Expand Up @@ -20952,6 +20958,13 @@ components:
format: date-time
description: The time when the content import source was last updated.
example: 1672928610
audience_ids:
type: array
items:
type: integer
description: The unique identifiers for the audiences associated with this content import source.
example:
- 5678
required:
- id
- type
Expand Down Expand Up @@ -22279,6 +22292,16 @@ components:
type: string
description: The URL of the content import source.
example: https://help.example.com
audience_ids:
nullable: true
description: The unique identifiers for the audiences to associate with this content import source. Can be a single integer or an array of integers.
example:
- 5678
oneOf:
- type: integer
- type: array
items:
type: integer
required:
- sync_behavior
- url
Expand Down Expand Up @@ -28384,6 +28407,21 @@ components:
description: The URL of the content import source. This may only be different
from the existing value if the sync behavior is API.
example: https://help.example.com
audience_ids:
nullable: true
description: The unique identifiers for the audiences to associate with this content import source. Can be a single integer or an array of integers. Set to null or an empty array to remove all audiences.
example:
- 5678
oneOf:
- type: integer
- type: array
items:
type: integer
apply_audience_to_existing_content:
type: boolean
description: When true, the audience will be applied to all existing external pages belonging to this content import source.
default: false
example: false
required:
- sync_behavior
- url
Expand Down
Loading