We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f585ad commit 878098bCopy full SHA for 878098b
gitlab/v4/objects.py
@@ -3251,7 +3251,7 @@ def merge(
3251
if merge_when_pipeline_succeeds:
3252
data["merge_when_pipeline_succeeds"] = True
3253
3254
- server_data = self.manager.gitlab.http_put(path, post_data=data, **kwargs)
+ server_data = self.manager.gitlab.http_put(path, query_data=data, **kwargs)
3255
self._update_attrs(server_data)
3256
3257
0 commit comments