Skip to content

Commit

Permalink
Merge 30d4567 into 1b6f4b5
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys committed Nov 30, 2018
2 parents 1b6f4b5 + 30d4567 commit e8582e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@
"inputfile": "data/names.txt",
"outputfile": "results/greetings.txt",
"sleeptime": 2
}
},
"type": "serial"
}
},
"schema": {
Expand All @@ -533,6 +534,9 @@
},
"parameters": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
"inputfile": "data/names.txt",
"outputfile": "results/greetings.txt",
"sleeptime": 2
}
},
"type": "serial"
}
},
"schema": {
Expand All @@ -387,6 +388,9 @@
},
"parameters": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -535,6 +539,10 @@
},
{
"description": "Required. New status.",
"enum": [
"start",
"stop"
],
"in": "query",
"name": "status",
"required": true,
Expand Down

0 comments on commit e8582e1

Please sign in to comment.