# File lib/fog/identity/openstack/v3/requests/update_domain.rb, line 6
          def update_domain(id, domain)
            request(
              :expects => [200],
              :method  => 'PATCH',
              :path    => "domains/#{id}",
              :body    => Fog::JSON.encode(:domain => domain)
            )
          end