Skip to content

Commit efe9d2a

Browse files
committed
Merge branch 'main' into fern-support/upgrade-fern
2 parents 5cae66c + cf080e4 commit efe9d2a

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

descriptions/2.14/api.intercom.io.yaml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11391,6 +11391,8 @@ paths:
1139111391
id: '991267902'
1139211392
name: team 1
1139311393
admin_ids: []
11394+
assignment_limit: 10
11395+
distribution_method: round_robin
1139411396
schema:
1139511397
"$ref": "#/components/schemas/team"
1139611398
'404':
@@ -14059,10 +14061,10 @@ components:
1405914061
- admin_away_mode_change
1406014062
- admin_deletion
1406114063
- admin_deprovisioned
14062-
- admin_impersonation_consent_approved
14063-
- admin_impersonation_consent_revoked
1406414064
- admin_impersonation_end
1406514065
- admin_impersonation_start
14066+
- admin_impersonation_consent_approved
14067+
- admin_impersonation_consent_revoked
1406614068
- admin_invite_change
1406714069
- admin_invite_creation
1406814070
- admin_invite_deletion
@@ -14092,8 +14094,8 @@ components:
1409214094
- app_timezone_change
1409314095
- app_webhook_creation
1409414096
- app_webhook_deletion
14095-
- automatic_away_mode_setting_change
1409614097
- articles_in_messenger_enabled_change
14098+
- automatic_away_mode_setting_change
1409714099
- bulk_delete
1409814100
- bulk_export
1409914101
- campaign_deletion
@@ -14109,6 +14111,7 @@ components:
1410914111
- macro_creation
1411014112
- macro_deletion
1411114113
- macro_updated
14114+
- malicious_domains_setting_change
1411214115
- message_deletion
1411314116
- message_state_change
1411414117
- messenger_api_secret_creation
@@ -14130,10 +14133,20 @@ components:
1413014133
- seat_revoke
1413114134
- security_settings_change
1413214135
- strip_inbound_email_links_change
14133-
- team_assignment_limit_change
1413414136
- temporary_expectation_change
14137+
- team_assignment_limit_change
14138+
- trusted_domains_setting_change
1413514139
- unassign_unsnoozed_at_capacity_setting_change
1413614140
- upfront_email_collection_change
14141+
- allowed_attachment_filetypes_setting_change
14142+
- attach_uploads_inline_setting_change
14143+
- teammate_gifs_setting_change
14144+
- user_camera_attachments_setting_change
14145+
- user_conversation_attachments_setting_change
14146+
- user_file_attachments_setting_change
14147+
- user_gifs_setting_change
14148+
- user_media_attachments_setting_change
14149+
- user_voice_notes_setting_change
1413714150
- welcome_message_change
1413814151
- workspace_deletion_request
1413914152
example: app_name_change
@@ -20705,6 +20718,16 @@ components:
2070520718
type: integer
2070620719
admin_priority_level:
2070720720
"$ref": "#/components/schemas/admin_priority_level"
20721+
assignment_limit:
20722+
type: integer
20723+
nullable: true
20724+
description: The assignment limit for the team. This field is only present when the team's distribution type is load balanced.
20725+
example: 10
20726+
distribution_method:
20727+
type: string
20728+
nullable: true
20729+
description: Describes how assignments are distributed among the team members
20730+
example: "round_robin"
2070820731
team_list:
2070920732
title: Team List
2071020733
type: object

0 commit comments

Comments
 (0)