Create comment with custom zoho id
Hello,
It's possible to create a comment with a custom zoho id with this endpoint : api/v1/tickets/{tickets_id}/comments ?
At this time when I create a new comment by default the commenterId use the authtoken informations.
It's not possible to post a body like this :
{
'content' => $this->content,
'commenterId' => '142550000000184001'
}
Thanks