Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Add ERROR value (issue #254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelatorrep committed Jan 17, 2019
1 parent 1f8db70 commit a44d5df
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ paths:
(datasetAlleleResponses) should be included in the response
(BeaconAlleleResponse) to this request or not.
Use ERROR to filter out the datasets which return an error.
If null (not specified), the default value of NONE is assumed.
in: query
required: false
Expand All @@ -175,6 +177,7 @@ paths:
- ALL
- HIT
- MISS
- ERROR
- NONE
responses:
'200':
Expand Down Expand Up @@ -428,16 +431,20 @@ components:
items:
type: string
includeDatasetResponses:
description: >-
description: |
Indicator of whether responses for individual datasets
(datasetAlleleResponses) should be included in the response
(BeaconAlleleResponse) to this request or not. If null (not
specified), the default value of NONE is assumed.
(BeaconAlleleResponse) to this request or not.
Use ERROR to filter out the datasets which return an error.
If null (not specified), the default value of NONE is assumed.
type: string
enum:
- ALL
- HIT
- MISS
- ERROR
- NONE
BeaconAlleleResponse:
type: object
Expand Down

0 comments on commit a44d5df

Please sign in to comment.