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