diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 14a95e2..6ce6650 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -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 @@ -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