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