action crucible_get_all_comments { label: "getAllComments" description: "Return all the comments visible to the requesting user for the review." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/comments" encoding: json input: { type: "object" properties: { render: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }