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.

PUT
/api/v1/tickets/{ticket_id}/status

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"
    }
  ]
}