Skip to content

Commit

Permalink
Merge pull request #4 from sfu-ireceptor/IR-571
Browse files Browse the repository at this point in the history
add consumes octet-stream for / and /info
  • Loading branch information
bcorrie authored May 1, 2018
2 parents 393694f + 8a4f5b4 commit 3c4604e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iReceptor_Data_Service_API_V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,9 @@
"x-swagger-router-controller": "status",
"get": {
"description": "Service heartbeat.\n",
"consumes": [
"application/octet-stream"
],
"operationId": "getStatus",
"responses": {
"200": {
Expand All @@ -718,6 +721,9 @@
"tags": [
"info"
],
"consumes": [
"application/octet-stream"
],
"operationId": "getInfo",
"responses": {
"200": {
Expand Down
4 changes: 4 additions & 0 deletions iReceptor_Data_Service_API_V2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ paths:
get:
description: |
Service heartbeat.
consumes:
- application/octet-stream
operationId: getStatus
responses:
'200':
Expand All @@ -657,6 +659,8 @@ paths:
Service information.
tags:
- info
consumes:
- application/octet-stream
operationId: getInfo
responses:
'200':
Expand Down

0 comments on commit 3c4604e

Please sign in to comment.