Fix swagger file type for ExecIds#36962
Conversation
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
rebased and squashed commits so that the doc-check passes
|
ping @vdemeester PTAL |
Signed-off-by: Grant Millar <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #36962 +/- ##
=========================================
Coverage ? 35.1%
=========================================
Files ? 615
Lines ? 45821
Branches ? 0
=========================================
Hits ? 16085
Misses ? 27628
Partials ? 2108 |
| type: "string" | ||
| ExecIDs: | ||
| type: "string" | ||
| type: "array" |
There was a problem hiding this comment.
hm, just realised this also needs a type for items in the array. Opened a follow-up PR #37121
There was a problem hiding this comment.
I think there are also some other issues with the swagger, there's some strings which seem to wrap on to new lines, breaking the YAML.
I can look into those and make another PR when I have some time.
There was a problem hiding this comment.
strings breaking on new lines should be ok with the right delimiter (but won't work with just quotes indeed)
This PR fixes #36933
The type for ExecIds in the swagger file was string and not array.
- What I did
Corrected the ExecIds type
- How I did it
Changed
"string"to"array"- How to verify it
Look at the commit :)
- Description for the changelog
Fixed swagger file type for ExecIds
- A picture of a cute animal (not mandatory but encouraged)
