From 1381b70ffd194a674197e8f6c33aa62834374270 Mon Sep 17 00:00:00 2001 From: Helena Mariano <31138349+helenamariano@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:29:19 +1000 Subject: [PATCH] feat(specs): add inference ACL to API key object (#1985) --- 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 dd57083822..adef0cad75 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