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
23 changes: 23 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,8 @@ paths:
state: published
parent_id: 145
parent_type: collection
parent_ids:
- 145
translated_content:
fr:
title: Merci pour tout
Expand Down Expand Up @@ -1545,6 +1547,9 @@ paths:
value:
title: Christmas is here!
body: "<p>New gifts in store for the jolly season</p>"
parent_ids:
- 18
- 19
article_not_found:
summary: Article Not Found
value:
Expand Down Expand Up @@ -22108,6 +22113,15 @@ components:
type: string
description: The type of parent, which can either be a `collection` or `section`.
example: collection
parent_ids:
type: array
description: The ids of the article's parent collections or sections.
An article without this field stands alone.
items:
type: integer
example:
- 18
- 19
translated_content:
"$ref": "#/components/schemas/article_translated_content"
folder_id:
Expand Down Expand Up @@ -28252,6 +28266,15 @@ components:
type: string
description: The type of parent, which can either be a `collection` or `section`.
example: collection
parent_ids:
type: array
description: The ids of the article's parent collections or sections.
An article without this field stands alone.
items:
type: integer
example:
- 18
- 19
translated_content:
"$ref": "#/components/schemas/article_translated_content"
folder_id:
Expand Down
Loading