put https://api.richpanel.com/v1/tickets/
Use this API to update an existing conversation using the conversation id.
Log in to see full request history
Responses
Use this API to update an existing conversation using the conversation id.
xxxxxxxxxx
18curl --request PUT \
--url https://api.richpanel.com/v1/tickets/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-richpanel-key: test' \
--data '
{
"ticket": {
"status": "OPEN",
"comment": {
"public": true
},
"via": {
"channel": "email"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: