-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix #5799 - swagger for mergePullRequest #5996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CI failed |
@xabufr the swagger .json file is a generated file. |
Indeed, I didn't see. Is it good now ? |
Codecov Report
@@ Coverage Diff @@
## master #5996 +/- ##
==========================================
+ Coverage 38.76% 38.76% +<.01%
==========================================
Files 332 332
Lines 48938 48942 +4
==========================================
+ Hits 18971 18973 +2
- Misses 27220 27222 +2
Partials 2747 2747
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution.
type MergePullRequestForm struct { | ||
// required: true | ||
// enum: merge, rebase, rebase-merge, squash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been without spaces to have correct values in swagger json
Fixes #5799
Add missing definitions in swagger for merge pull request API.