I am having trouble adding a comment via Text Document API (AddComment - ONLYOFFICE Api Documentation). I am trying to add a comment to a specific text using executeMethod. My oCommentData object looks like this:
{
“UserName”: “John Smith”,
“Text”: “comment”,
“QuoteText”: “quote text”,
}
However this does not work, it adds a comment but uses the first word of my document as QuoteText. How do I fix this?