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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ components:
324
324
properties:
325
325
organ_donor_data:
326
326
type: array
327
-
description: "Information about the donor who's organ(s) was/were used. The organ was obtained via an organ donation program from a deceaced donor. Only living_donor_data or organ_donor_data, not both can be defined for a single donor."
327
+
description: "Information about the donor who's organ(s) was/were used. The organ was obtained via an organ donation program from a deceased donor. Only living_donor_data or organ_donor_data, not both can be defined for a single donor."
328
328
items:
329
329
$ref: '#/components/schemas/DonorMetadata'
330
330
living_donor_data:
@@ -2100,6 +2100,8 @@ paths:
2100
2100
examples:
2101
2101
ancestorsarray:
2102
2102
$ref: '#/components/examples/DatasetArrayExample'
2103
+
'303':
2104
+
description: If the total response payload exceeds 10 MB, the response is returned via an S3 bucket. A 303 HTTP response code will be returned with the redirect URL where the query can be retrieved.
2103
2105
'400':
2104
2106
description: Invalid or misformatted entity identifier
0 commit comments