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 6, 2023
1 parent 2b2b2ce commit b733031
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes
Version 0.9.4 (UNRELEASED)
--------------------------

- Changes the OpenAPI specification of the ``start_workflow`` endpoint's response to add missing ``run_number`` field.
- Changes validation of REANA specification to expose functions for loading workflow input parameters and workflow specifications.
- Fixes the mounting of CVMFS volumes for the REANA deployments that use non-default Kubernetes namespace.

Expand Down
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 b733031

Please sign in to comment.