From 38527cc73cbf1e2482ac1ef66ba958bf6234a9bf Mon Sep 17 00:00:00 2001 From: Faiz Qayyum Date: Tue, 2 Dec 2025 14:22:12 +0000 Subject: [PATCH] Add assignment_limit to Team schema --- descriptions/2.14/api.intercom.io.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index 976ddd6..098e507 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -11391,6 +11391,7 @@ paths: id: '991267902' name: team 1 admin_ids: [] + assignment_limit: 10 schema: "$ref": "#/components/schemas/team" '404': @@ -20705,6 +20706,11 @@ components: type: integer admin_priority_level: "$ref": "#/components/schemas/admin_priority_level" + assignment_limit: + type: integer + nullable: true + description: The assignment limit for the team. This field is only present when the team's distribution type is load balanced. + example: 10 team_list: title: Team List type: object