action crucible_publish_all_comments { label: "publishAllComments" description: "Publishes all the draft comments of the current user." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/publish" encoding: json output: { type: "object" additionalProperties: true } }