Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions openapi/v1/integrationCurator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,7 @@ paths:
responses:
"200":
content: {}
description: Not all signal data were linked to the samples.
"204":
content: {}
description: All signal data were linked to the samples from the specified
sample group.
description: Returned both for partial and full linking. A short message body is included indicating status.
"400":
content: {}
description: "Sample group, signal group or samples to the link were not\
Expand Down Expand Up @@ -1456,11 +1452,7 @@ paths:
responses:
"200":
content: {}
description: Not all signal data were linked to the samples.
"204":
content: {}
description: All signal data were linked to the samples from the specified
sample group.
description: Returned both for partial and full linking. A short message body is included indicating status.
"401":
content: {}
description: |-
Expand Down Expand Up @@ -1927,7 +1919,7 @@ paths:
responses:
"204":
content: {}
description: Link created.
description: Returned both for partial and full linking. No content body is provided in either case.
"400":
content: {}
description: Link cannot be created.
Expand Down Expand Up @@ -2261,7 +2253,7 @@ paths:
responses:
"204":
content: {}
description: Link created.
description: Returned both for partial and full linking. No content body is provided in either case.
"400":
content: {}
description: Link cannot be created.
Expand Down Expand Up @@ -3914,7 +3906,7 @@ paths:
responses:
"200":
content: {}
description: Not all signal data were linked to the samples.
description: Returned both for partial and full linking. A short message body is included indicating status.
"204":
content: {}
description: All signal data were linked to the samples from the specified
Expand Down
23 changes: 10 additions & 13 deletions openapi/v1/odmApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4058,11 +4058,8 @@ paths:
responses:
"200":
content: {}
description: "Not all signal data were linked to the samples."
"204":
content: {}
description: "All signal data were linked to the samples from the specified\
\ sample group."
description: "Returned both for partial and full linking. A short message\
\ body is included indicating status."
"400":
content: {}
description: "Sample group, signal group or samples to the link were not\
Expand Down Expand Up @@ -4816,11 +4813,8 @@ paths:
responses:
"200":
content: {}
description: "Not all signal data were linked to the samples."
"204":
content: {}
description: "All signal data were linked to the samples from the specified\
\ sample group."
description: "Returned both for partial and full linking. A short message\
\ body is included indicating status."
"401":
content: {}
description: "User is not authenticated. Please supply a valid Access Token\
Expand Down Expand Up @@ -5311,7 +5305,8 @@ paths:
responses:
"204":
content: {}
description: "Link created."
description: "Returned both for partial and full linking. No content body\
\ is provided in either case."
"400":
content: {}
description: "Link cannot be created."
Expand Down Expand Up @@ -5654,7 +5649,8 @@ paths:
responses:
"204":
content: {}
description: "Link created."
description: "Returned both for partial and full linking. No content body\
\ is provided in either case."
"400":
content: {}
description: "Link cannot be created."
Expand Down Expand Up @@ -7426,7 +7422,8 @@ paths:
responses:
"200":
content: {}
description: "Not all signal data were linked to the samples."
description: "Returned both for partial and full linking. A short message\
\ body is included indicating status."
"204":
content: {}
description: "All signal data were linked to the samples from the specified\
Expand Down