From 0d47324f8097e2a4717359dc0aa77172fbd4817f Mon Sep 17 00:00:00 2001 From: Helena Mariano Date: Wed, 6 Sep 2023 10:13:01 +1000 Subject: [PATCH] feat(specs): add inference ACL to API key object --- specs/search/paths/keys/common/schemas.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/search/paths/keys/common/schemas.yml b/specs/search/paths/keys/common/schemas.yml index dd57083822c..adef0cad75f 100644 --- a/specs/search/paths/keys/common/schemas.yml +++ b/specs/search/paths/keys/common/schemas.yml @@ -124,6 +124,7 @@ acl: `deleteIndex`: required to delete indices. `deleteObject`: required to delete records. `editSettings`: required to change index settings. + `inference`: required to access the Inference API. `listIndexes`: required to list indices. `logs`: required to access logs of search and indexing operations. `recommendation`: required to access the Personalization and Recommend APIs. @@ -138,6 +139,7 @@ acl: - deleteObject - deleteIndex - editSettings + - inference - listIndexes - logs - personalization