Skip to content

Commit 80964da

Browse files
markdennis22claude
andauthored
Add article tags limitation callout to Articles API endpoints (#386)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 66fb630 commit 80964da

3 files changed

Lines changed: 27 additions & 9 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,10 @@ paths:
10411041
tags:
10421042
- Articles
10431043
operationId: createArticle
1044-
description: You can create a new article by making a POST request to `https://api.intercom.io/articles`.
1044+
description: "You can create a new article by making a POST request to `https://api.intercom.io/articles`.\n\n>
1045+
\U0001F4D8 Tags cannot be managed via the Articles API\n>\n> Article tags are
1046+
read-only in responses. To create, update, or delete tags, use the Intercom
1047+
UI or the Tags API endpoints.\n"
10451048
responses:
10461049
'200':
10471050
description: article created
@@ -1236,8 +1239,11 @@ paths:
12361239
tags:
12371240
- Articles
12381241
operationId: updateArticle
1239-
description: You can update the details of a single article by making a PUT
1240-
request to `https://api.intercom.io/articles/<id>`.
1242+
description: "You can update the details of a single article by making a PUT
1243+
request to `https://api.intercom.io/articles/<id>`.\n\n> \U0001F4D8 Tags cannot be
1244+
managed via the Articles API\n>\n> Article tags are read-only in responses.
1245+
To create, update, or delete tags, use the Intercom UI or the Tags API
1246+
endpoints.\n"
12411247
responses:
12421248
'200':
12431249
description: successful

descriptions/2.14/api.intercom.io.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,10 @@ paths:
10411041
tags:
10421042
- Articles
10431043
operationId: createArticle
1044-
description: You can create a new article by making a POST request to `https://api.intercom.io/articles`.
1044+
description: "You can create a new article by making a POST request to `https://api.intercom.io/articles`.\n\n>
1045+
\U0001F4D8 Tags cannot be managed via the Articles API\n>\n> Article tags are
1046+
read-only in responses. To create, update, or delete tags, use the Intercom
1047+
UI or the Tags API endpoints.\n"
10451048
responses:
10461049
'200':
10471050
description: article created
@@ -1236,8 +1239,11 @@ paths:
12361239
tags:
12371240
- Articles
12381241
operationId: updateArticle
1239-
description: You can update the details of a single article by making a PUT
1240-
request to `https://api.intercom.io/articles/<id>`.
1242+
description: "You can update the details of a single article by making a PUT
1243+
request to `https://api.intercom.io/articles/<id>`.\n\n> \U0001F4D8 Tags cannot be
1244+
managed via the Articles API\n>\n> Article tags are read-only in responses.
1245+
To create, update, or delete tags, use the Intercom UI or the Tags API
1246+
endpoints.\n"
12411247
responses:
12421248
'200':
12431249
description: successful

descriptions/2.15/api.intercom.io.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,10 @@ paths:
10411041
tags:
10421042
- Articles
10431043
operationId: createArticle
1044-
description: You can create a new article by making a POST request to `https://api.intercom.io/articles`.
1044+
description: "You can create a new article by making a POST request to `https://api.intercom.io/articles`.\n\n>
1045+
\U0001F4D8 Tags cannot be managed via the Articles API\n>\n> Article tags are
1046+
read-only in responses. To create, update, or delete tags, use the Intercom
1047+
UI or the Tags API endpoints.\n"
10451048
responses:
10461049
'200':
10471050
description: article created
@@ -1236,8 +1239,11 @@ paths:
12361239
tags:
12371240
- Articles
12381241
operationId: updateArticle
1239-
description: You can update the details of a single article by making a PUT
1240-
request to `https://api.intercom.io/articles/<id>`.
1242+
description: "You can update the details of a single article by making a PUT
1243+
request to `https://api.intercom.io/articles/<id>`.\n\n> \U0001F4D8 Tags cannot be
1244+
managed via the Articles API\n>\n> Article tags are read-only in responses.
1245+
To create, update, or delete tags, use the Intercom UI or the Tags API
1246+
endpoints.\n"
12411247
responses:
12421248
'200':
12431249
description: successful

0 commit comments

Comments
 (0)