Skip to content

Commit 22cdc6c

Browse files
Add description for distribution_method field
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent df2ab43 commit 22cdc6c

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+
distribution_method: round_robin
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+
distribution_method:
20710+
type: string
20711+
nullable: true
20712+
description: Describes how assignments are distributed among the team members
20713+
example: "round_robin"
2070820714
team_list:
2070920715
title: Team List
2071020716
type: object

0 commit comments

Comments
 (0)