How can I edit a comment via REST API?

I have all the details needed for updating a comment in GET /task/{id}/comment/{commentId}, why isn’t there any REST end point for PUT comments?

Hi @vermauv,

This functionality exists neither in the Java nor REST API. I generally recommend to use a different solution for social interaction around tasks that you integrate with Camunda.

Cheers,
Thorben

@thorben, Thanks for the confirmation, I’ll implement something else :slight_smile:

Hi vermauv,
I have same request on this topic.
Have you solved it or not? And how do you did it?