File tree Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Original file line number Diff line number Diff line change @@ -11917,9 +11917,8 @@ paths:
11917
11917
ticket_attributes:
11918
11918
_default_title_: example
11919
11919
_default_description_: there is a problem
11920
- assignment:
11921
- admin_id: '991268011'
11922
- assignee_id: '991268013'
11920
+ admin_id: 991268011
11921
+ assignee_id: 991268013
11923
11922
open: true
11924
11923
snoozed_until: 1673609604
11925
11924
ticket_state_id: 8498
@@ -11929,19 +11928,17 @@ paths:
11929
11928
ticket_attributes:
11930
11929
_default_title_: example
11931
11930
_default_description_: there is a problem
11932
- assignment:
11933
- admin_id: '123'
11934
- assignee_id: '991268021'
11931
+ admin_id: 991268011
11932
+ assignee_id: 991268013
11935
11933
ticket_state_id: 8506
11936
11934
assignee_not_found:
11937
11935
summary: Assignee not found
11938
11936
value:
11939
11937
ticket_attributes:
11940
11938
_default_title_: example
11941
11939
_default_description_: there is a problem
11942
- assignment:
11943
- admin_id: '991268027'
11944
- assignee_id: '456'
11940
+ admin_id: 991268011
11941
+ assignee_id: 991268013
11945
11942
ticket_state_id: 8514
11946
11943
ticket_state_id_is_not_valid_or_is_not_associated_with_the_ticket_type:
11947
11944
summary: Ticket state id is not valid or is not associated with the
@@ -19808,18 +19805,16 @@ components:
19808
19805
format: timestamp
19809
19806
description: The time you want the ticket to reopen.
19810
19807
example: 1673609604
19811
- assignment:
19812
- type: object
19813
- properties:
19814
- admin_id:
19815
- type: string
19816
- description: The ID of the admin performing the action.
19817
- example: '123'
19818
- assignee_id:
19819
- type: string
19820
- description: The ID of the admin or team to which the ticket is assigned.
19821
- Set this 0 to unassign it.
19822
- example: '123'
19808
+ admin_id:
19809
+ type: integer
19810
+ description: The ID of the admin performing ticket update. Needed for workflows
19811
+ execution and attributing actions to specific admins.
19812
+ example: 123
19813
+ assignee_id:
19814
+ type: string
19815
+ description: The ID of the admin or team to which the ticket is assigned.
19816
+ Set this 0 to unassign it.
19817
+ example: '123'
19823
19818
update_ticket_type_attribute_request:
19824
19819
description: You can update a Ticket Type Attribute
19825
19820
type: object
You can’t perform that action at this time.
0 commit comments