Skip to content

Commit b733031

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

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changes
44
Version 0.9.4 (UNRELEASED)
55
--------------------------
66

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

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)