action crucible_update_reply { label: "updateReply" description: "Updates a reply with the given newComment." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/comments/{cId}/replies/{rId}" encoding: json output: { type: "object" additionalProperties: true } }