From c6abdf573e140072a92ceea9814c778e5a4de97c Mon Sep 17 00:00:00 2001 From: adisa narula Date: Fri, 14 Mar 2025 12:31:12 +0000 Subject: [PATCH] Update open api doc --- descriptions/0/api.intercom.io.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 3177c4f..bd25ce7 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -16232,11 +16232,16 @@ components: assignment: type: object properties: - assignee_id: + admin_assignee_id: type: string description: The ID of the admin to which the ticket is assigned. If not provided, the ticket will be unassigned. example: '123' + team_assignee_id: + type: string + description: The ID of the team to which the ticket is assigned. + If not provided, the ticket will be unassigned. + example: '8' required: - ticket_type_id - contacts