Skip to content

Commit ccb23a7

Browse files
feat(scripts): add push to mcp-node on release (generated)
algolia/api-clients-automation#4784 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 992bb1f commit ccb23a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algoliasearch/search/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ async def delete_object_with_http_info(
20462046
request_options: Optional[Union[dict, RequestOptions]] = None,
20472047
) -> ApiResponse[str]:
20482048
"""
2049-
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
2049+
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy).
20502050
20512051
Required API Key ACLs:
20522052
- deleteObject
@@ -2090,7 +2090,7 @@ async def delete_object(
20902090
request_options: Optional[Union[dict, RequestOptions]] = None,
20912091
) -> DeletedAtResponse:
20922092
"""
2093-
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
2093+
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy).
20942094
20952095
Required API Key ACLs:
20962096
- deleteObject
@@ -7115,7 +7115,7 @@ def delete_object_with_http_info(
71157115
request_options: Optional[Union[dict, RequestOptions]] = None,
71167116
) -> ApiResponse[str]:
71177117
"""
7118-
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
7118+
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy).
71197119
71207120
Required API Key ACLs:
71217121
- deleteObject
@@ -7159,7 +7159,7 @@ def delete_object(
71597159
request_options: Optional[Union[dict, RequestOptions]] = None,
71607160
) -> DeletedAtResponse:
71617161
"""
7162-
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
7162+
Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy).
71637163
71647164
Required API Key ACLs:
71657165
- deleteObject

0 commit comments

Comments
 (0)