We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4744ac commit cf5ed02Copy full SHA for cf5ed02
descriptions/2.14/api.intercom.io.yaml
@@ -11392,6 +11392,7 @@ paths:
11392
name: team 1
11393
admin_ids: []
11394
assignment_limit: 10
11395
+ distribution_method: round_robin
11396
schema:
11397
"$ref": "#/components/schemas/team"
11398
'404':
@@ -20711,6 +20712,11 @@ components:
20711
20712
nullable: true
20713
description: The assignment limit for the team. This field is only present when the team's distribution type is load balanced.
20714
example: 10
20715
+ distribution_method:
20716
+ type: string
20717
+ nullable: true
20718
+ description: Describes how assignments are distributed among the team members
20719
+ example: "round_robin"
20720
team_list:
20721
title: Team List
20722
type: object
0 commit comments