Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11392,6 +11392,7 @@ paths:
name: team 1
admin_ids: []
assignment_limit: 10
distribution_method: round_robin
schema:
"$ref": "#/components/schemas/team"
'404':
Expand Down Expand Up @@ -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
Expand Down