From 3c3a0566f8b895642cfc4423ddf2f8a0526eca94 Mon Sep 17 00:00:00 2001 From: Scott Christley Date: Wed, 14 Feb 2018 03:05:04 -0600 Subject: [PATCH] file return type for /sequences_data --- iReceptor_Data_Service_API_V2.json | 6 +++--- iReceptor_Data_Service_API_V2.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/iReceptor_Data_Service_API_V2.json b/iReceptor_Data_Service_API_V2.json index 7d12a8d..1c87b8b 100644 --- a/iReceptor_Data_Service_API_V2.json +++ b/iReceptor_Data_Service_API_V2.json @@ -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": { @@ -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": { @@ -1345,4 +1345,4 @@ } } } -} \ No newline at end of file +} diff --git a/iReceptor_Data_Service_API_V2.yaml b/iReceptor_Data_Service_API_V2.yaml index ccda0d5..f412ecc 100644 --- a/iReceptor_Data_Service_API_V2.yaml +++ b/iReceptor_Data_Service_API_V2.yaml @@ -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': @@ -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':