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 @@ -11391,6 +11391,7 @@ paths:
id: '991267902'
name: team 1
admin_ids: []
assignment_limit: 10
schema:
"$ref": "#/components/schemas/team"
'404':
Expand Down Expand Up @@ -20705,6 +20706,11 @@ components:
type: integer
admin_priority_level:
"$ref": "#/components/schemas/admin_priority_level"
assignment_limit:
type: integer
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
team_list:
title: Team List
type: object
Expand Down