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