Skip to content

Commit edeae9f

Browse files
VedranZoricicclaude
andcommitted
Use tag_basic schema for workspace-level tag endpoints
Workspace-level endpoints (GET /tags, POST /tags, GET /tags/{id}) and embedded company tags use TagResponse, not VersionedTaggingPresenter, so they don't include applied_at/applied_by fields. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b115160 commit edeae9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11797,7 +11797,7 @@ paths:
1179711797
id: '105'
1179811798
name: test
1179911799
schema:
11800-
"$ref": "#/components/schemas/tag"
11800+
"$ref": "#/components/schemas/tag_basic"
1180111801
'400':
1180211802
description: Invalid parameters
1180311803
content:
@@ -11910,7 +11910,7 @@ paths:
1191011910
id: '113'
1191111911
name: Manual tag
1191211912
schema:
11913-
"$ref": "#/components/schemas/tag"
11913+
"$ref": "#/components/schemas/tag_basic"
1191411914
'404':
1191511915
description: Tag not found
1191611916
content:
@@ -16488,7 +16488,7 @@ components:
1648816488
tags:
1648916489
type: array
1649016490
items:
16491-
"$ref": "#/components/schemas/tag"
16491+
"$ref": "#/components/schemas/tag_basic"
1649216492
segments:
1649316493
type: object
1649416494
description: The list of segments associated with the company
@@ -21687,7 +21687,7 @@ components:
2168721687
type: array
2168821688
description: A list of tags objects associated with the workspace .
2168921689
items:
21690-
"$ref": "#/components/schemas/tag"
21690+
"$ref": "#/components/schemas/tag_basic"
2169121691
tag_multiple_users_request:
2169221692
description: You can tag a list of users.
2169321693
type: object

0 commit comments

Comments
 (0)