Skip to content

Commit

Permalink
api: add new block_size param
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jan 10, 2020
1 parent 9723440 commit 97566b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.6.0.dev20190603"
"version": "0.7.0.dev20191230"
},
"parameters": {},
"paths": {
Expand Down Expand Up @@ -742,6 +742,13 @@
"name": "verbose",
"required": false,
"type": "boolean"
},
{
"description": "Size format, either 'b' (bytes) or 'k' (kilobytes).",
"in": "query",
"name": "block_size",
"required": false,
"type": "string"
}
],
"produces": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"description": "Submit and manage workflows",
"title": "REANA Workflow Controller",
"version": "0.5.0"
"version": "0.7.0.dev20191230"
},
"parameters": {},
"paths": {
Expand Down Expand Up @@ -32,6 +32,13 @@
"name": "verbose",
"required": false,
"type": "boolean"
},
{
"description": "Size format, either 'b' (bytes) or 'k' (kilobytes).",
"in": "query",
"name": "block_size",
"required": false,
"type": "string"
}
],
"produces": [
Expand Down

0 comments on commit 97566b2

Please sign in to comment.