You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-api-spec.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ components:
43
43
description: "The name of the antibody."
44
44
channel_id:
45
45
type: string
46
-
description: "The assay specific identifier for the channel corresponding to the antibody."
46
+
description: "The assay specific identifier for the channel corresponding to the antibody."
47
47
conjugated_cat_number:
48
48
type: string
49
49
description: "An antibody may be conjugated to a fluorescent tag or a metal tag for detection. Conjugated antibodies may be purchased from commercial providers. Blank if not applicable."
@@ -445,7 +445,7 @@ components:
445
445
- snatacseq
446
446
- snrnaseq
447
447
- tissue_lysate
448
-
- wgs
448
+
- wgs
449
449
description: "A code representing the type of specimen. Must be one of the codes specified in: [tissue sample types](https://github.com/hubmapconsortium/search-api/blob/master/src/search-schema/data/definitions/enums/tissue_sample_types.yaml)"
450
450
specimen_type_other:
451
451
type: string
@@ -941,7 +941,7 @@ security:
941
941
paths:
942
942
'/entities/{id}':
943
943
get:
944
-
summary: Retrieve a provenance entity by id. Entity types of Donor, Sample and Datasets.
944
+
summary: Retrieve a provenance entity by id. Entity types of Donor, Sample and Datasets.
945
945
security:
946
946
- bearerAuth: []
947
947
parameters:
@@ -1329,7 +1329,7 @@ paths:
1329
1329
description: Internal error
1330
1330
'/doi/redirect/{id}':
1331
1331
get:
1332
-
summary: Redirect a request from a doi service
1332
+
summary: Redirect a request from a doi service
1333
1333
parameters:
1334
1334
- name: id
1335
1335
in: path
@@ -1421,5 +1421,4 @@ paths:
1421
1421
'404':
1422
1422
description: The target dataset could not be found
0 commit comments