Method: Meilisearch::Index#update
- Defined in:
- lib/meilisearch/index.rb
#update(body) ⇒ Object Also known as: update_index
32 33 34 35 |
# File 'lib/meilisearch/index.rb', line 32 def update(body) response = http_patch indexes_path(id: @uid), Utils.transform_attributes(body) Models::Task.new(response, task_endpoint) end |