action crucible_update_comment { label: "updateComment" description: "Updates the comment given by the perma id to the new comment posted." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/comments/{cId}" encoding: json output: { type: "object" additionalProperties: true } }