Skip to content

Commit

Permalink
Merge pull request #2 from sfu-ireceptor/IR-420
Browse files Browse the repository at this point in the history
file return type for /sequences_data
  • Loading branch information
RichardBruskiewich authored Feb 14, 2018
2 parents e578cd3 + 3c3a056 commit 42f798e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions iReceptor_Data_Service_API_V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
"200": {
"description": "A successful call returns an array of sequence data. Optional \"format\" parameter determines the output format. Default is a JSON response, limited to top 50 results. If \"format\" is set to \"csv\", it will return all the matching sequence annotations, in addition to sample information and annotation tool information, in a comma-separated format; \"tsv\" returns a tab-delimited outputs; \"airr\" returns AIRR minimal standards encoded tab-delimited outputs.\n",
"schema": {
"$ref": "#/definitions/ireceptor_sequence_response"
"type": "file"
}
},
"400": {
Expand Down Expand Up @@ -1182,7 +1182,7 @@
"200": {
"description": "A successful call returns an array of sequence data. Optional \"format\" parameter determines the output format. Default is a JSON response, limited to top 50 results. If \"format\" is set to \"csv\", it will return all the matching sequence annotations, in addition to sample information and annotation tool information, in a comma-separated format; \"tsv\" returns a tab-delimited outputs; \"airr\" returns AIRR minimal standards encoded tab-delimited outputs.\n",
"schema": {
"$ref": "#/definitions/ireceptor_sequence_response"
"type": "file"
}
},
"400": {
Expand Down Expand Up @@ -1345,4 +1345,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions iReceptor_Data_Service_API_V2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ paths:
comma-separated format; "tsv" returns a tab-delimited outputs;
"airr" returns AIRR minimal standards encoded tab-delimited outputs.
schema:
$ref: '#/definitions/ireceptor_sequence_response'
type: file
'400':
description: malformed request
'401':
Expand Down Expand Up @@ -963,7 +963,7 @@ paths:
comma-separated format; "tsv" returns a tab-delimited outputs;
"airr" returns AIRR minimal standards encoded tab-delimited outputs.
schema:
$ref: '#/definitions/ireceptor_sequence_response'
type: file
'400':
description: malformed request
'401':
Expand Down

0 comments on commit 42f798e

Please sign in to comment.