Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 41 additions & 9 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4259,13 +4259,17 @@ paths:
examples:
successful:
value:
type: list
data:
type: tag.list
tags:
- type: tag
id: '80'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag_list"
"$ref": "#/components/schemas/tags"
'404':
description: Contact not found
content:
Expand Down Expand Up @@ -4325,6 +4329,10 @@ paths:
type: tag
id: '81'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -4427,6 +4435,10 @@ paths:
type: tag
id: '84'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -5642,6 +5654,10 @@ paths:
type: tag
id: '86'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -5741,6 +5757,10 @@ paths:
type: tag
id: '89'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -11777,7 +11797,7 @@ paths:
id: '105'
name: test
schema:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
'400':
description: Invalid parameters
content:
Expand Down Expand Up @@ -11890,7 +11910,7 @@ paths:
id: '113'
name: Manual tag
schema:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
'404':
description: Tag not found
content:
Expand Down Expand Up @@ -13164,6 +13184,10 @@ paths:
type: tag
id: '121'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -13263,6 +13287,10 @@ paths:
type: tag
id: '124'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -16460,8 +16488,7 @@ components:
tags:
type: array
items:
items:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
segments:
type: object
description: The list of segments associated with the company
Expand Down Expand Up @@ -21595,10 +21622,15 @@ components:
applied_at:
type: integer
format: date-time
nullable: true
description: The time when the tag was applied to the object
example: 1663597223
applied_by:
"$ref": "#/components/schemas/reference"
type: object
nullable: true
description: The admin who applied the tag
allOf:
- "$ref": "#/components/schemas/reference"
tag_basic:
title: Tag
type: object
Expand Down Expand Up @@ -21660,7 +21692,7 @@ components:
type: array
description: A list of tags objects associated with the workspace .
items:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
tag_multiple_users_request:
description: You can tag a list of users.
type: object
Expand Down