Skip to content

Commit 9d629cd

Browse files
markdennis22claude
andcommitted
Add article tags callout to Unstable (0) version
Missed this version in the initial commit — aligns with the developer-docs @unstable spec which already has the callout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 985cef5 commit 9d629cd

1 file changed

Lines changed: 9 additions & 3 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

0 commit comments

Comments
 (0)