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
Copy file name to clipboardExpand all lines: lib/Api/SearchClient.php
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -372,6 +372,9 @@ public function assignUserId($xAlgoliaUserID, $assignUserIdParams, $requestOptio
372
372
/**
373
373
* Adds, updates, or deletes records in one index with a single API request. Batching index updates reduces latency and increases data integrity. - Actions are applied in the order they're specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
374
374
*
375
+
* Required API Key ACLs:
376
+
* - addObject
377
+
*
375
378
* @param string $indexName Name of the index on which to perform the operation. (required)
@@ -1165,6 +1168,9 @@ public function deleteSynonym($indexName, $objectID, $forwardToReplicas = null,
1165
1168
/**
1166
1169
* Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application's keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by `<redacted>`.
1167
1170
*
1171
+
* Required API Key ACLs:
1172
+
* - search
1173
+
*
1168
1174
* @param string $key API key. (required)
1169
1175
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1170
1176
*
@@ -1819,6 +1825,9 @@ public function listUserIds($page = null, $hitsPerPage = null, $requestOptions =
1819
1825
/**
1820
1826
* Adds, updates, or deletes records in multiple indices with a single API request. - Actions are applied in the order they are specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
0 commit comments