# File lib/gitlab/client/build_variables.rb, line 50
    def update_variable(project, key, value)
      put("/projects/#{project}/variables/#{key}", body: { value: value })
    end