automerge-change - Automerge a change downstream
POST /projects/{project-name}/@PLUGIN@~automerge-change
Returns an HTTP 204 if successful.
--branch_map
A map of downstream branches to their merge value (false means it is skipped)
POST /projects/{project-name}/@PLUGIN@~automerge-change HTTP/1.0 Content-Type application/json;charset=UTF-8 { "master": true, "branch_two": false }
HTTP/1.1 204 No Content