config-downstream - Get the downstream config map
POST /projects/{project-name}/@PLUGIN@~config-downstream
Returns a map of branches that are one hop downstream to whether or not it should be skipped by default.
--subject
The subject of the current change
POST /projects/{project-name}/@PLUGIN@~config-downstream HTTP/1.0 Content-Type application/json;charset=UTF-8 { "subject": "DO NOT MERGE i am a test subject" }
HTTP/1.1 200 OK Content-Disposition: attachment Content-Type: application/json;charset=UTF-8 )]}' { "master": true, "branch_two": false }