Skip to content

Commit

Permalink
openapi: add missing run_number field to start_workflow response
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 1, 2023
1 parent 2efdd4f commit 081e485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reana_commons/openapi_specifications/reana_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.9.1a3"
"version": "0.9.1"
},
"paths": {
"/account/settings/linkedaccounts/": {},
Expand Down Expand Up @@ -3234,6 +3234,9 @@
"message": {
"type": "string"
},
"run_number": {
"type": "string"
},
"status": {
"type": "string"
},
Expand Down

0 comments on commit 081e485

Please sign in to comment.