Commit a7ef084
[11.5] Add
* add deleteProtectedBranch method to projects api.
Handles the functionality to delete/unprotect a protected branch which
is documented here:
https://docs.gitlab.com/ee/api/protected_branches.html#unprotect-repository-branches
* Fixed param name
Co-authored-by: Graham Campbell <GrahamCampbell@users.noreply.github.com>deleteProtectedBranch method to projects api (#680)1 parent b138596 commit a7ef084
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1202 | 1202 | | |
1203 | 1203 | | |
1204 | 1204 | | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
1205 | 1216 | | |
1206 | 1217 | | |
1207 | 1218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2217 | 2217 | | |
2218 | 2218 | | |
2219 | 2219 | | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
2220 | 2237 | | |
2221 | 2238 | | |
2222 | 2239 | | |
| |||
0 commit comments