Update ticket status
Son güncelleme:
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
ticketId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://example.com/feedback/string" \ -H "Content-Type: application/json" \ -d '{ "status": "open" }'{
"id": "string",
"location_id": "string",
"category": "string",
"description": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22Z"
}