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':