Method: ColumnApi::EntityResource#update_person

Defined in:
lib/column_api/resources/entity_resource.rb

#update_person(entity_id:, params:) ⇒ Object



26
27
28
# File 'lib/column_api/resources/entity_resource.rb', line 26

def update_person(entity_id:, params:)
  PersonEntity.new patch_request("entities/person/#{entity_id}", body: params).body
end