Skip to content

/v1/tickets/{id}/replies

POST
/v1/tickets/{id}/replies
curl --request POST \
--url https://example.com/v1/tickets/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/replies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "html": "example", "text": "example" }'
id
required
string format: uuid
object
html
required
string
>= 1 characters
text
string
nullable
Example generated
{
"html": "example",
"text": "example"
}

OK