Skip to content

Commit f50eb36

Browse files
committed
chore: ACLs
1 parent f2b8660 commit f50eb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/add-a-new-api/write-a-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ For information about documenting operations, see [Operation summaries](/docs/ad
6767
Each operation should include an `x-acl` property
6868
to document the ACL required to make the request.
6969

70-
The `x-acl` property is an array of strings.
71-
For operations that require the admin API key, use `admin`.
70+
The `x-acl` property is an array of strings, the allowed values are: `search`, `browse`, `addObject`, `deleteObject`, `listIndexes`, `deleteIndex`, `settings`, `editSettings`, `analytics`, `recommendation`, `usage`, `logs`, `setUnretrievableAttributes`, `admin`.
71+
For operations that require the admin API key, use `admin`
7272

7373
##### Complex objects
7474

0 commit comments

Comments
 (0)