Method: RTX::API::Collection#patch!

Defined in:
lib/rtx/api/collection.rb

#patch!(attrs = {}) ⇒ Object

Updates a resource via PATCH and returns it on success



32
33
34
35
# File 'lib/rtx/api/collection.rb', line 32

def patch!(attrs = {})
  client.authenticate if !client.authenticated?
  patch(symbolize_hash(attrs))
end