Method: Code42::API::Org#update_org

Defined in:
lib/code42/api/org.rb

#update_org(id = 'my', attrs = {}) ⇒ Object



66
67
68
# File 'lib/code42/api/org.rb', line 66

def update_org(id = 'my', attrs = {})
  object_from_response(Code42::Org, :put, "org/#{id}", attrs)
end