# File lib/gitlab/client/runners.rb, line 59 def update_runner(id, options={}) put("/runners/#{id}", query: options) end