# File lib/gitlab/client/branches.rb, line 57 def unprotect_branch(project, branch) put("/projects/#{project}/repository/branches/#{branch}/unprotect") end