Skip to content

Commit 8f22f8a

Browse files
marcmlcclaude
andauthored
Update Admin Activity Logs API with granular assignment limit types (#293)
This change introduces granular activity types for admin assignment limit changes, allowing developers to distinguish between conversation and ticket assignment limits. Changes: - Split `admin_assignment_limit_change` into two separate activity types: - `admin_conversation_assignment_limit_change` - `admin_ticket_assignment_limit_change` - Added new metadata fields to activity_log_metadata: - `conversation_assignment_limit` - `ticket_assignment_limit` This is a follow-up to intercom/developer-docs#597 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent b633b2a commit 8f22f8a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14318,7 +14318,8 @@ components:
1431814318
activity_type:
1431914319
type: string
1432014320
enum:
14321-
- admin_assignment_limit_change
14321+
- admin_conversation_assignment_limit_change
14322+
- admin_ticket_assignment_limit_change
1432214323
- admin_away_mode_change
1432314324
- admin_deletion
1432414325
- admin_deprovisioned
@@ -14461,6 +14462,16 @@ components:
1446114462
nullable: true
1446214463
description: The name of the Admin who initiated the activity.
1446314464
example: Joe Example
14465+
conversation_assignment_limit:
14466+
type: integer
14467+
nullable: true
14468+
description: The conversation assignment limit value for an admin.
14469+
example: 15
14470+
ticket_assignment_limit:
14471+
type: integer
14472+
nullable: true
14473+
description: The ticket assignment limit value for an admin.
14474+
example: 20
1446414475
addressable_list:
1446514476
title: Addressable List
1446614477
type: object

0 commit comments

Comments
 (0)