You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param index_name: Name of the index on which to perform the operation. (required)
3002
3008
:type index_name: str
3009
+
:param get_version: When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility.
3010
+
:type get_version: int
3003
3011
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3004
3012
:return: Returns the raw algoliasearch 'APIResponse' object.
:param index_name: Name of the index on which to perform the operation. (required)
3038
3058
:type index_name: str
3059
+
:param get_version: When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility.
3060
+
:type get_version: int
3039
3061
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3040
3062
:return: Returns the deserialized response in a 'SettingsResponse' result object.
:param index_name: Name of the index on which to perform the operation. (required)
8200
8230
:type index_name: str
8231
+
:param get_version: When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility.
8232
+
:type get_version: int
8201
8233
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8202
8234
:return: Returns the raw algoliasearch 'APIResponse' object.
:param index_name: Name of the index on which to perform the operation. (required)
8236
8280
:type index_name: str
8281
+
:param get_version: When set to 2, the endpoint will not include `synonyms` in the response. This parameter is here for backward compatibility.
8282
+
:type get_version: int
8237
8283
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8238
8284
:return: Returns the deserialized response in a 'SettingsResponse' result object.
0 commit comments