v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBTickets
Update an existing ticket
Update an existing ticket
Required scopes: flex.collaboration.tickets.update
put/api/v2/organizations/{orgSlug}/tickets/{ticketId}
Path parameters
ticketIdstring required
ticket id
orgSlugstring required
organization slug
Request body
Example request
{
"subject": "Support query",
"message": "This is the message of the ticket",
"severity": "6a4e2038aedbb38ad5b3f70e",
"priority": "6a4e2038aedbb38ad5b3f70f"
}Response
Example response
{
"_id": "6a4e2038aedbb38ad5b3f710",
"type": "6a4e2038aedbb38ad5b3f711",
"severity": "6a4e2038aedbb38ad5b3f712",
"priority": "6a4e2038aedbb38ad5b3f713",
"company": "6a4e2038aedbb38ad5b3f714",
"member": "6a4e2038aedbb38ad5b3f715",
"location": "6a4e2038aedbb38ad5b3f716",
"assignedTo": "6a4e2038aedbb38ad5b3f717",
"resolvedDate": "2025-03-01T00:00:00.000Z",
"attachments": [
"https://example.com/image.jpg",
"https://example.com/image2.jpg"
],
"subject": "Support query",
"message": "This is the message of the ticket",
"createdAt": "2025-01-01T00:00:00.000Z",
"modifiedAt": "2025-01-01T00:00:00.000Z"
}