Skip to content

Commit

Permalink
feat(specs): add inference ACL to API key object (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenamariano committed Sep 6, 2023
1 parent 2b79464 commit 1381b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/search/paths/keys/common/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -138,6 +139,7 @@ acl:
- deleteObject
- deleteIndex
- editSettings
- inference
- listIndexes
- logs
- personalization
Expand Down

0 comments on commit 1381b70

Please sign in to comment.