Update a translation comment

PATCH {{baseUrl}}/v1/articles/:article_id/translations/{locale}/comments/{comment_id}

This API updates an existing article translation comment.

OAuth Scope

  • Desk.articles.UPDATE

Attributes

Attribute NameData TypeDescription
content<string>
max chars : 32000
Content of the comment. To retrieve or set user mentions, use this code format: zsu[@user:{zuid}zsu.
isPublic<boolean>
Visibility of the comment, which can be set only at the time of commenting.
contentType<string>
max chars : 100
Used to denote the content-type which maybe html or plainText. The default type is html.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;modifiedTime&quot;:null,&quot;commentedTime&quot;:&quot;2017-01-24T19:28:35.000Z&quot;,&quot;isPublic&quot;:false,&quot;id&quot;:&quot;4000000530037&quot;,&quot;contentType&quot;:&quot;plainText&quot;,&quot;commenterId&quot;:&quot;4000000008692&quot;,&quot;content&quot;:&quot;first article comment edit&quot;,&quot;commenter&quot;:{&quot;firstName&quot;:&quot;Jade&quot;,&quot;lastName&quot;:&quot;Tywin&quot;,&quot;photoURL&quot;:&quot;https://desk.zoho.com/api/v1/agents/4000000008692/photo?orgId=292828&quot;,&quot;name&quot;:&quot;Jade Tywin&quot;,&quot;roleName&quot;:&quot;LightAgent&quot;,&quot;type&quot;:&quot;AGENT&quot;,&quot;email&quot;:&quot;jade12tywin@zylker.com&quot;}}