action opentargets_post_enrichment_target { label: "Enrichment analysis" description: "Returns an enrichment analysis for a list of targets passed in the body\n" provider: opentargets method: POST path: "/platform/private/enrichment/targets" encoding: json input: { type: "string" } output: { type: "object" additionalProperties: true } }