Skip to content
Merged
Show file tree
Hide file tree
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
62 changes: 57 additions & 5 deletions descriptions/2.10/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2938,6 +2938,10 @@ paths:
- type: tag
id: '124'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag_list"
'404':
Expand Down Expand Up @@ -2999,6 +3003,10 @@ paths:
type: tag
id: '125'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -3101,6 +3109,10 @@ paths:
type: tag
id: '128'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -4021,6 +4033,10 @@ paths:
type: tag
id: '130'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -4120,6 +4136,10 @@ paths:
type: tag
id: '133'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -8438,7 +8458,7 @@ paths:
id: '149'
name: test
schema:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
'400':
description: Invalid parameters
content:
Expand Down Expand Up @@ -8551,7 +8571,7 @@ paths:
id: '157'
name: Manual tag
schema:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
'404':
description: Tag not found
content:
Expand Down Expand Up @@ -9515,6 +9535,10 @@ paths:
type: tag
id: '165'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -9614,6 +9638,10 @@ paths:
type: tag
id: '168'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -12046,8 +12074,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 @@ -15801,10 +15828,35 @@ 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
x-tags:
- Tags
description: A tag allows you to label your contacts, companies, and conversations
and list them using that tag.
properties:
type:
type: string
description: value is "tag"
example: tag
id:
type: string
description: The id of the tag
example: '123456'
name:
type: string
description: The name of the tag
example: Test tag
tag_company_request:
description: You can tag a single company or a list of companies.
type: object
Expand Down
62 changes: 57 additions & 5 deletions descriptions/2.11/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3018,6 +3018,10 @@ paths:
- type: tag
id: '93'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag_list"
'404':
Expand Down Expand Up @@ -3079,6 +3083,10 @@ paths:
type: tag
id: '94'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -3181,6 +3189,10 @@ paths:
type: tag
id: '97'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -4119,6 +4131,10 @@ paths:
type: tag
id: '99'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -4218,6 +4234,10 @@ paths:
type: tag
id: '102'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -8530,7 +8550,7 @@ paths:
id: '118'
name: test
schema:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
'400':
description: Invalid parameters
content:
Expand Down Expand Up @@ -8643,7 +8663,7 @@ paths:
id: '126'
name: Manual tag
schema:
"$ref": "#/components/schemas/tag"
"$ref": "#/components/schemas/tag_basic"
'404':
description: Tag not found
content:
Expand Down Expand Up @@ -9606,6 +9626,10 @@ paths:
type: tag
id: '134'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -9705,6 +9729,10 @@ paths:
type: tag
id: '137'
name: Manual tag
applied_at: 1663597223
applied_by:
type: admin
id: '456'
schema:
"$ref": "#/components/schemas/tag"
'404':
Expand Down Expand Up @@ -12463,8 +12491,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 @@ -17451,16 +17478,41 @@ 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"
required:
- type
- id
- name
- applied_at
- applied_by
tag_basic:
title: Tag
type: object
x-tags:
- Tags
description: A tag allows you to label your contacts, companies, and conversations
and list them using that tag.
properties:
type:
type: string
description: value is "tag"
example: tag
id:
type: string
description: The id of the tag
example: '123456'
name:
type: string
description: The name of the tag
example: Test tag
tag_company_request:
description: You can tag a single company or a list of companies.
type: object
Expand Down
Loading