Skip to content

Commit

Permalink
openapi: new field backend for RJC delete_job endpoint.
Browse files Browse the repository at this point in the history
* Connects reanahub/reana-job-controller/issues/121

Signed-off-by: Rokas Maciulaitis <rokas.maciulaitis@cern.ch>
  • Loading branch information
Rokas Maciulaitis committed Apr 26, 2019
1 parent ab0049d commit abf31d9
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -99,7 +99,7 @@
"info": {
"description": "REANA Job Controller API",
"title": "reana-job-controller",
"version": "0.4.0"
"version": "0.5.1"
},
"parameters": {},
"paths": {
Expand Down Expand Up @@ -319,6 +319,13 @@
"name": "job_id",
"required": true,
"type": "string"
},
{
"description": "Job execution backend.",
"in": "query",
"name": "backend",
"required": false,
"type": "string"
}
],
"produces": [
Expand Down

0 comments on commit abf31d9

Please sign in to comment.