lib/algolia/models/search/operation_index_params.rb in algolia-3.0.0.alpha.12 vs lib/algolia/models/search/operation_index_params.rb in algolia-3.0.0.alpha.13

- old
+ new

@@ -6,13 +6,13 @@ module Algolia module Search class OperationIndexParams attr_accessor :operation - # Algolia index name. + # Index name. attr_accessor :destination - # **This only applies to the _copy_ operation.** If you omit `scope`, the copy command copies all records, settings, synonyms, and rules. If you specify `scope`, only the specified scopes are copied. + # **Only for copying.** If you specify a scope, only the selected scopes are copied. Records and the other scopes are left unchanged. If you omit the `scope` parameter, everything is copied: records, settings, synonyms, and rules. attr_accessor :scope class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values