Skip to content

Commit 081e485

Browse files
committed
openapi: add missing run_number field to start_workflow response
Closes reanahub/reana-db#186
1 parent 2efdd4f commit 081e485

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

reana_commons/openapi_specifications/reana_server.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit workflows to be run on REANA Cloud",
44
"title": "REANA Server",
5-
"version": "0.9.1a3"
5+
"version": "0.9.1"
66
},
77
"paths": {
88
"/account/settings/linkedaccounts/": {},
@@ -3234,6 +3234,9 @@
32343234
"message": {
32353235
"type": "string"
32363236
},
3237+
"run_number": {
3238+
"type": "string"
3239+
},
32373240
"status": {
32383241
"type": "string"
32393242
},

0 commit comments

Comments
 (0)