class RecombeeApiClient::DeleteAllSearchSynonyms
Deletes all synonyms defined in the database.
Attributes
Public Class Methods
Source
# File lib/recombee_api_client/api/delete_all_search_synonyms.rb, line 19 def initialize() @timeout = 10000 @ensure_https = false end
Public Instance Methods
Source
# File lib/recombee_api_client/api/delete_all_search_synonyms.rb, line 30 def body_parameters p = Hash.new p end
Values of body parameters as a Hash
Source
# File lib/recombee_api_client/api/delete_all_search_synonyms.rb, line 25 def method :delete end
HTTP method
Source
# File lib/recombee_api_client/api/delete_all_search_synonyms.rb, line 43 def path "/{databaseId}/synonyms/items/" end
Relative path to the endpoint
Source
# File lib/recombee_api_client/api/delete_all_search_synonyms.rb, line 37 def query_parameters params = {} params end
Values of query parameters as a Hash. name of parameter => value of the parameter