From cf5ed025cdf71b8f96095f87cbf7984801210a4f Mon Sep 17 00:00:00 2001 From: Laszlo Bogacsi Date: Wed, 3 Dec 2025 14:27:29 +0000 Subject: [PATCH] merge latest main --- 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 098e507..99fc8d5 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -11392,6 +11392,7 @@ paths: name: team 1 admin_ids: [] assignment_limit: 10 + distribution_method: round_robin schema: "$ref": "#/components/schemas/team" '404': @@ -20711,6 +20712,11 @@ components: 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 + distribution_method: + type: string + nullable: true + description: Describes how assignments are distributed among the team members + example: "round_robin" team_list: title: Team List type: object