Skip to content

Commit a3b9849

Browse files
authored
Merge pull request #323 from hubmapconsortium/test-release
v2.0.29 release
2 parents 4e06950 + 19a2e0e commit a3b9849

File tree

5 files changed

+502
-214
lines changed

5 files changed

+502
-214
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.28
1+
2.0.29

entity-api-spec.yaml

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,13 +1573,13 @@ paths:
15731573
description: the date/time that the dataset was last modified
15741574
dataset_modified_by_email:
15751575
type: string
1576-
description: the email address of the person who last modified the dataset
1576+
description: the email address of the person who last modified the dataset
15771577
dataset_lab_id:
15781578
type: string
1579-
description: identifier used by the data provider
1579+
description: identifier used by the data provider
15801580
dataset_data_types:
15811581
type: string
1582-
description:the data/assay types (can be multiple types for pipeline derived data, so a comma separated list for tsv output or a json array for json output)
1582+
description: the data/assay types (can be multiple types for pipeline derived data, so a comma separated list for tsv output or a json array for json output)
15831583
dataset_portl_url:
15841584
type: string
15851585
description: the url to open the dataset in the data portal
@@ -1850,5 +1850,29 @@ paths:
18501850
description: THe user is not authorized to use this method
18511851
'500':
18521852
description: Internal error
1853+
/datasets/sankey_data:
1854+
get:
1855+
summary: Retrieves the information needed to generate the sankey on software-docs as a json.
1856+
responses:
1857+
'200':
1858+
description: dataset_group_name, organ_type, dataset_data_types, and dataset_status for every primary dataset
1859+
content:
1860+
application/json:
1861+
schema:
1862+
type: object
1863+
properties:
1864+
dataset_group_name:
1865+
type: string
1866+
description: The displayname of globus group which the user who created this entity is a member of
1867+
organ_type:
1868+
type: string
1869+
description: The organ type of the organ associated to this dataset in the provenance chain
1870+
dataset_data_types:
1871+
type: string
1872+
description: the data/assay types (if more than one, output is a comma separated string)
1873+
dataset_status:
1874+
type: string
1875+
description: status of the dataset New, QA, Published, etc ...
18531876

1854-
1877+
'500':
1878+
description: Internal error

0 commit comments

Comments
 (0)