blob: 3eee7eb6a638e9c90b63237c2aa3eeb037ec4882 [file] [log] [blame] [view]
automerger config-downstream
=============================
NAME
----
all-config-downstream - Get set of all downstream branches
SYNOPSIS
--------
> GET /projects/{project-name}/branches/{branch-id}/automerger~all-config-downstream
DESCRIPTION
-----------
Returns a list of branch names that are downstream, including ones more than one
hop away.
REQUEST
-----------
```
GET /projects/{project-name}/branches/{branch-id}/automerger~all-config-downstream HTTP/1.0
```
RESPONSE
-----------
```
HTTP/1.1 200 OK
Content-Disposition: attachment
Content-Type: application/json;charset=UTF-8
)]}'
[
"master", "branch_two"
]
```