Hi,
I’m trying to use REST APIs to create comments. It works (POST /wiki/rest/api/content).
No, I want to resolve that comment. I don’t know how (PUT /wiki/rest/api/content/{id} doesn’t look like it can do it)
Also, I cannot get resolved status of a comment (GET /wiki/rest/api/content/{id}/child/comment?expand=extensions.resolution) doesn’t work
Please help
Thanks