Skip to content

Commit 6af3c53

Browse files
algolia-botmillotp
andcommitted
fix(specs): add ACL to missing endpoints (generated)
algolia/api-clients-automation#5529 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 63c22db commit 6af3c53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/client_search/lib/src/api/search_client.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ final class SearchClient implements ApiClient {
253253

254254
/// 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).
255255
///
256+
/// Required API Key ACLs:
257+
/// - addObject
258+
///
256259
/// Parameters:
257260
/// * [indexName] Name of the index on which to perform the operation.
258261
/// * [batchWriteParams]
@@ -899,6 +902,9 @@ final class SearchClient implements ApiClient {
899902

900903
/// 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>`.
901904
///
905+
/// Required API Key ACLs:
906+
/// - search
907+
///
902908
/// Parameters:
903909
/// * [key] API key.
904910
/// * [requestOptions] additional request configuration.
@@ -1511,6 +1517,9 @@ final class SearchClient implements ApiClient {
15111517

15121518
/// 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).
15131519
///
1520+
/// Required API Key ACLs:
1521+
/// - addObject
1522+
///
15141523
/// Parameters:
15151524
/// * [batchParams]
15161525
/// * [requestOptions] additional request configuration.

0 commit comments

Comments
 (0)