put

in lib/gitlab_api.rb [35:38]


  def put(path, body:)
    post_or_put(path, body: body, method: :put)
  end