action lumminary_post_client_snp_group { label: "Get a large group of SNPs" description: "SNPs that are not present in the dataset are ignored, 404 is returned only if the dataset/client does not exist" provider: lumminary method: POST path: "/clients/{clientId}/datasets/{datasetId}/snps/" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }