Skip to content
Merged
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
19 changes: 19 additions & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14104,6 +14104,7 @@ components:
- seat_change
- seat_revoke
- security_settings_change
- team_assignment_limit_change
- temporary_expectation_change
- upfront_email_collection_change
- welcome_message_change
Expand Down Expand Up @@ -14193,6 +14194,24 @@ components:
nullable: true
description: The ticket assignment limit value for an admin.
example: 20
team:
type: object
nullable: true
description: Details about the team whose assignment limit was changed.
properties:
id:
type: integer
description: The ID of the team.
example: 123
name:
type: string
description: The name of the team.
example: Support Team
team_assignment_limit:
type: integer
nullable: true
description: The team assignment limit value (null if limit was removed).
example: 50
addressable_list:
title: Addressable List
type: object
Expand Down