- Notifications
You must be signed in to change notification settings - Fork673
Commitcb6a3c6
committed
fix: change mr.merge() to use 'post_data'
MR#1121 changedmr.merge() to use 'query_data'. This appears to have been wrong.From the Gitlab docs they state it should be sent in a payload bodyhttps://docs.gitlab.com/ee/api/README.html#request-payload sincemr.merge() is a PUT request. > Request Payload > API Requests can use parameters sent as query strings or as a > payload body. GET requests usually send a query string, while PUT > or POST requests usually send the payload bodyFixes:#1452Related to:#11201 parentcd5993c commitcb6a3c6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
| 345 | + | |
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
|
0 commit comments
Comments
(0)