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
13 changes: 12 additions & 1 deletion descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14318,7 +14318,8 @@ components:
activity_type:
type: string
enum:
- admin_assignment_limit_change
- admin_conversation_assignment_limit_change
- admin_ticket_assignment_limit_change
- admin_away_mode_change
- admin_deletion
- admin_deprovisioned
Expand Down Expand Up @@ -14461,6 +14462,16 @@ components:
nullable: true
description: The name of the Admin who initiated the activity.
example: Joe Example
conversation_assignment_limit:
type: integer
nullable: true
description: The conversation assignment limit value for an admin.
example: 15
ticket_assignment_limit:
type: integer
nullable: true
description: The ticket assignment limit value for an admin.
example: 20
addressable_list:
title: Addressable List
type: object
Expand Down