Hi,
I want to periodically update the html body of a specified Help Center article.
I guess I should use
PUT /api/v2/help_center/articles/{article_id}/translations/{locale}
but I don't know how to pass the html body. Does anyone have a template or a sample ?
Thanks for your help.