Unknown
Update Ticket Status
Update the status of a ticket by ID.
This function is used to update the status of a ticket by its ID.
Path Parameters
ticket_idTicket Id
Query Parameters
statusTicketStatus
Value in
"open" | "closed"
Response Body
curl -X PUT "https://loading/api/v1/tickets/0/status?status=open"
null
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}