From 8a4f5b48f13e4613aa8e10c8de5b263914537342 Mon Sep 17 00:00:00 2001 From: Scott Christley Date: Wed, 21 Mar 2018 02:56:28 -0500 Subject: [PATCH] add consumes octet-stream for / and /info --- iReceptor_Data_Service_API_V2.json | 6 ++++++ iReceptor_Data_Service_API_V2.yaml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/iReceptor_Data_Service_API_V2.json b/iReceptor_Data_Service_API_V2.json index 1c87b8b..4ae771a 100644 --- a/iReceptor_Data_Service_API_V2.json +++ b/iReceptor_Data_Service_API_V2.json @@ -695,6 +695,9 @@ "x-swagger-router-controller": "status", "get": { "description": "Service heartbeat.\n", + "consumes": [ + "application/octet-stream" + ], "operationId": "getStatus", "responses": { "200": { @@ -718,6 +721,9 @@ "tags": [ "info" ], + "consumes": [ + "application/octet-stream" + ], "operationId": "getInfo", "responses": { "200": { diff --git a/iReceptor_Data_Service_API_V2.yaml b/iReceptor_Data_Service_API_V2.yaml index 4f51fa2..c2fb126 100644 --- a/iReceptor_Data_Service_API_V2.yaml +++ b/iReceptor_Data_Service_API_V2.yaml @@ -640,6 +640,8 @@ paths: get: description: | Service heartbeat. + consumes: + - application/octet-stream operationId: getStatus responses: '200': @@ -657,6 +659,8 @@ paths: Service information. tags: - info + consumes: + - application/octet-stream operationId: getInfo responses: '200':