Skip to content

Commit 3e51851

Browse files
Add webhook scopes
1 parent e4da580 commit 3e51851

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lib/constants.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,18 @@ export const scopes: ScopeDefinition[] = [
473473
description: "Access to delete your site's logs",
474474
category: 'Sites',
475475
icon: 'globe'
476+
},
477+
{
478+
scope: 'webhooks.read',
479+
description: "Access to read your project's webhooks",
480+
category: 'Other',
481+
icon: 'globe'
482+
},
483+
{
484+
scope: 'webhooks.write',
485+
description: "Access to create, update, and delete your project's webhooks",
486+
category: 'Other',
487+
icon: 'globe'
476488
}
477489
];
478490

0 commit comments

Comments
 (0)