action opentargets_post_disease_by_id { label: "Find information about a list of diseases" description: "Get `disease` objects.\n" provider: opentargets method: POST path: "/platform/private/disease" encoding: json input: { type: "string" } output: { type: "object" additionalProperties: true } }