v2
latestOpenAPI 3.0.12026-07-263104131.9 MBticketing
Update ticket
Change ticket fields. Does not accept comments
put/v2/ticketing/ticket/{ticketId}
Path parameters
ticketIdinteger required
Request body
Example request
{
"version": 1,
"clientId": 1,
"ticketFormId": 1,
"locationId": 1,
"nodeId": 1,
"subject": "CPU with problems",
"type": "PROBLEM",
"cc": {
"uids": [
"1fa74a18-a329-40d8-b5b7-0a22624f7800",
"b0558cb6-3c4e-438c-b8fd-5247c648bbbe"
],
"emails": [
"example1@example.com",
"example2@example.com"
]
},
"parentTicketId": 1,
"tags": [
"tag1",
"tag2"
],
"attributes": [
{
"id": 1,
"attributeId": 1
}
],
"additionalAssignedTechnicianIds": [
300,
789
]
}Response
default response