Standardize branch name params as `branch` on V4 API
Compare changes
- Oswaldo Ferreira authored
+ 1
− 1
@@ -122,7 +122,7 @@ class Branches < Grape::API
@@ -122,7 +122,7 @@ class Branches < Grape::API
This MR enforces the pattern of using branch
instead branch_name
on our V4 API params.
Changed endpoints:
POST :id/repository/branches
POST :id/repository/commits
:id/repository/files
CRUD endpointsmaster
(if it does - rebase it please)Closes #22132 (closed)
EE-backport: gitlab-ee!1276