Skip to content

Commit f9432b4

Browse files
markdennis22claude
andauthored
fix: Restore article tags property to article_list_item schema for v2.14+ (#382)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 539c21c commit f9432b4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16319,6 +16319,8 @@ components:
1631916319
translated_content:
1632016320
nullable: true
1632116321
"$ref": "#/components/schemas/article_translated_content"
16322+
tags:
16323+
"$ref": "#/components/schemas/tags"
1632216324
internal_article_list_item:
1632316325
title: Internal Articles
1632416326
type: object

descriptions/2.14/api.intercom.io.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15053,6 +15053,8 @@ components:
1505315053
translated_content:
1505415054
nullable: true
1505515055
"$ref": "#/components/schemas/article_translated_content"
15056+
tags:
15057+
"$ref": "#/components/schemas/tags"
1505615058
internal_article_list_item:
1505715059
title: Internal Articles
1505815060
type: object

descriptions/2.15/api.intercom.io.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15625,6 +15625,8 @@ components:
1562515625
translated_content:
1562615626
nullable: true
1562715627
"$ref": "#/components/schemas/article_translated_content"
15628+
tags:
15629+
"$ref": "#/components/schemas/tags"
1562815630
internal_article_list_item:
1562915631
title: Internal Articles
1563015632
type: object

0 commit comments

Comments
 (0)