Skip to content

Commit a4744ac

Browse files
authored
Add assignment_limit to Team schema (#336)
1 parent df2ab43 commit a4744ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11391,6 +11391,7 @@ paths:
1139111391
id: '991267902'
1139211392
name: team 1
1139311393
admin_ids: []
11394+
assignment_limit: 10
1139411395
schema:
1139511396
"$ref": "#/components/schemas/team"
1139611397
'404':
@@ -20705,6 +20706,11 @@ components:
2070520706
type: integer
2070620707
admin_priority_level:
2070720708
"$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
2070820714
team_list:
2070920715
title: Team List
2071020716
type: object

0 commit comments

Comments
 (0)