Skip to content
Draft
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
22 changes: 22 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14021,6 +14021,7 @@ paths:
data_type: string
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777473061
updated_at: 1777473061
Expand All @@ -14033,6 +14034,7 @@ paths:
data_type: list
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777472538
updated_at: 1777537799
Expand All @@ -14054,6 +14056,7 @@ paths:
data_type: relationship
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777547482
updated_at: 1777547482
Expand Down Expand Up @@ -14103,6 +14106,7 @@ paths:
data_type: string
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1778239701
updated_at: 1778239701
Expand Down Expand Up @@ -14185,6 +14189,7 @@ paths:
data_type: string
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777473061
updated_at: 1777473061
Expand Down Expand Up @@ -14253,6 +14258,7 @@ paths:
data_type: string
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1778239701
updated_at: 1778239718
Expand Down Expand Up @@ -14333,6 +14339,7 @@ paths:
data_type: string
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: true
created_at: 1778239701
updated_at: 1778239721
Expand Down Expand Up @@ -14402,6 +14409,7 @@ paths:
data_type: list
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777472538
updated_at: 1778240000
Expand Down Expand Up @@ -14536,6 +14544,7 @@ paths:
data_type: list
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777472538
updated_at: 1778240001
Expand Down Expand Up @@ -14673,6 +14682,7 @@ paths:
data_type: list
required: false
visible_to_team_ids: []
visible_when_unassigned: false
archived: false
created_at: 1777472538
updated_at: 1778240002
Expand Down Expand Up @@ -31863,6 +31873,10 @@ components:
items:
type: string
example: []
visible_when_unassigned:
type: boolean
description: Whether this attribute stays visible on unassigned conversations when visible_to_team_ids restricts visibility to specific teams. Defaults to false.
example: false
archived:
type: boolean
description: Whether this attribute is archived.
Expand Down Expand Up @@ -32103,6 +32117,10 @@ components:
items:
type: string
example: []
visible_when_unassigned:
type: boolean
description: Whether this attribute stays visible on unassigned conversations when visible_to_team_ids restricts visibility to specific teams. Defaults to false.
example: false
create_conversation_attribute_string_request:
title: Create Conversation Attribute Request (String)
allOf:
Expand Down Expand Up @@ -32257,6 +32275,10 @@ components:
items:
type: string
example: []
visible_when_unassigned:
type: boolean
description: Whether this attribute stays visible on unassigned conversations when visible_to_team_ids restricts visibility to specific teams. Defaults to false.
example: false
reference:
type: object
description: "(Relationship data type only) Reference configuration for related objects."
Expand Down