diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index c5029e4..3e6bf3b 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -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 @@ -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