action firebrowse_tssites { label: "Obtain identities of tissue source sites in TCGA." description: "By default this function returns a table of all sites which contributed source tissue to TCGA, aka TSS's. A subset of this table may be obtained by explicitly specifying one or more sites." provider: firebrowse method: GET path: "/Metadata/TSSites" encoding: json input: { type: "object" properties: { format: { type: "string" } tss_code: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }