Skip to content

Commit 6aa8408

Browse files
committed
manual: add comments scopes
1 parent 2b52307 commit 6aa8408

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/api/types/OAuthScope.ts

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ export type OauthScope =
1212
/**
1313
* write assets on a site */
1414
| "assets:write"
15+
/**
16+
* read comments on the site */
17+
| "comments:read"
18+
/**
19+
* read comments on the site */
20+
| "comments:write"
1521
/**
1622
* read collections and items for a site */
1723
| "cms:read"
@@ -74,6 +80,8 @@ export const OauthScope = {
7480
AuthorizedUserRead: "authorized_user:read",
7581
AssetsRead: "assets:read",
7682
AssetsWrite: "assets:write",
83+
CommentsRead: "comments:read",
84+
CommentsWrite: "comments:write",
7785
CmsRead: "cms:read",
7886
CmsWrite: "cms:write",
7987
CustomCodeRead: "custom_code:read",

0 commit comments

Comments
 (0)