delete branch returns 405 when branch name has "." with gitlab api 'Delete repository branch'
Created by: ghost
-
gitlab version:7.8.4
-
branch name:'0.0.1'
-
gitlab api name
DELETE /projects/:id/repository/branches/:branch
-
returns
405 error and empty response
after changing br name to '001', api works