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 df2ab43 commit a4744acCopy full SHA for a4744ac
descriptions/2.14/api.intercom.io.yaml
@@ -11391,6 +11391,7 @@ paths:
11391
id: '991267902'
11392
name: team 1
11393
admin_ids: []
11394
+ assignment_limit: 10
11395
schema:
11396
"$ref": "#/components/schemas/team"
11397
'404':
@@ -20705,6 +20706,11 @@ components:
20705
20706
type: integer
20707
admin_priority_level:
20708
"$ref": "#/components/schemas/admin_priority_level"
20709
+ assignment_limit:
20710
+ type: integer
20711
+ nullable: true
20712
+ description: The assignment limit for the team. This field is only present when the team's distribution type is load balanced.
20713
+ example: 10
20714
team_list:
20715
title: Team List
20716
type: object
0 commit comments