action crucible_get_comment { label: "getComment" description: "Gets the given comment." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/comments/{cId}" encoding: json input: { type: "object" properties: { render: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }