Skip to content

Commit b115160

Browse files
VedranZoricicclaude
andcommitted
Add applied_at and applied_by fields to tag endpoint examples
Update OpenAPI spec to reflect the VersionedTaggingPresenter changes: - Change GET /contacts/{id}/tags schema from tag_list to tags - Add applied_at and applied_by fields to all entity tag endpoint examples (contacts, conversations, tickets) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ec09a5b commit b115160

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,13 +4259,17 @@ paths:
42594259
examples:
42604260
successful:
42614261
value:
4262-
type: list
4263-
data:
4262+
type: tag.list
4263+
tags:
42644264
- type: tag
42654265
id: '80'
42664266
name: Manual tag
4267+
applied_at: 1663597223
4268+
applied_by:
4269+
type: admin
4270+
id: '456'
42674271
schema:
4268-
"$ref": "#/components/schemas/tag_list"
4272+
"$ref": "#/components/schemas/tags"
42694273
'404':
42704274
description: Contact not found
42714275
content:
@@ -4325,6 +4329,10 @@ paths:
43254329
type: tag
43264330
id: '81'
43274331
name: Manual tag
4332+
applied_at: 1663597223
4333+
applied_by:
4334+
type: admin
4335+
id: '456'
43284336
schema:
43294337
"$ref": "#/components/schemas/tag"
43304338
'404':
@@ -4427,6 +4435,10 @@ paths:
44274435
type: tag
44284436
id: '84'
44294437
name: Manual tag
4438+
applied_at: 1663597223
4439+
applied_by:
4440+
type: admin
4441+
id: '456'
44304442
schema:
44314443
"$ref": "#/components/schemas/tag"
44324444
'404':
@@ -5642,6 +5654,10 @@ paths:
56425654
type: tag
56435655
id: '86'
56445656
name: Manual tag
5657+
applied_at: 1663597223
5658+
applied_by:
5659+
type: admin
5660+
id: '456'
56455661
schema:
56465662
"$ref": "#/components/schemas/tag"
56475663
'404':
@@ -5741,6 +5757,10 @@ paths:
57415757
type: tag
57425758
id: '89'
57435759
name: Manual tag
5760+
applied_at: 1663597223
5761+
applied_by:
5762+
type: admin
5763+
id: '456'
57445764
schema:
57455765
"$ref": "#/components/schemas/tag"
57465766
'404':
@@ -13164,6 +13184,10 @@ paths:
1316413184
type: tag
1316513185
id: '121'
1316613186
name: Manual tag
13187+
applied_at: 1663597223
13188+
applied_by:
13189+
type: admin
13190+
id: '456'
1316713191
schema:
1316813192
"$ref": "#/components/schemas/tag"
1316913193
'404':
@@ -13263,6 +13287,10 @@ paths:
1326313287
type: tag
1326413288
id: '124'
1326513289
name: Manual tag
13290+
applied_at: 1663597223
13291+
applied_by:
13292+
type: admin
13293+
id: '456'
1326613294
schema:
1326713295
"$ref": "#/components/schemas/tag"
1326813296
'404':
@@ -16460,8 +16488,7 @@ components:
1646016488
tags:
1646116489
type: array
1646216490
items:
16463-
items:
16464-
"$ref": "#/components/schemas/tag"
16491+
"$ref": "#/components/schemas/tag"
1646516492
segments:
1646616493
type: object
1646716494
description: The list of segments associated with the company

0 commit comments

Comments
 (0)