create merge_request via the API does not work?
Created by: espenfjo
Hi, I am trying to create a merge_request via the API but has not been successful, yet. Im running: curl -s -k -H PRIVATE-TOKEN:foo -d@data https://gitlab01/api/v3/projects/50/merge_requests
data contains this: { "id": 50, "source_branch":"testTicket", "target_branch":"master", "title":"test1" }
In return I only get this: {"message":"400 (Bad request) "source_branch" not given"}
This is on 6.3.0