Skip to content

Commit 3457639

Browse files
VedranZoricicclaude
andcommitted
Revert GET /contacts/{id}/tags envelope to list/data format
The original Intercom PR was reverted and replaced with one that keeps the existing { type: "list", data: [...] } envelope. Update the example and schema reference (tags -> tag_list) to match, and use the full tag schema for tag_list items so applied_at/applied_by are included. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 846a348 commit 3457639

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,8 +4259,8 @@ paths:
42594259
examples:
42604260
successful:
42614261
value:
4262-
type: tag.list
4263-
tags:
4262+
type: list
4263+
data:
42644264
- type: tag
42654265
id: '80'
42664266
name: Manual tag
@@ -4269,7 +4269,7 @@ paths:
42694269
type: admin
42704270
id: '456'
42714271
schema:
4272-
"$ref": "#/components/schemas/tags"
4272+
"$ref": "#/components/schemas/tag_list"
42734273
'404':
42744274
description: Contact not found
42754275
content:
@@ -21692,7 +21692,7 @@ components:
2169221692
type: array
2169321693
description: A list of tags objects associated with the workspace .
2169421694
items:
21695-
"$ref": "#/components/schemas/tag_basic"
21695+
"$ref": "#/components/schemas/tag"
2169621696
tag_multiple_users_request:
2169721697
description: You can tag a list of users.
2169821698
type: object

0 commit comments

Comments
 (0)