mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2969 from appwrite/atharva/webhook-scopes
This commit is contained in:
@@ -473,6 +473,18 @@ export const scopes: ScopeDefinition[] = [
|
||||
description: "Access to delete your site's logs",
|
||||
category: 'Sites',
|
||||
icon: 'globe'
|
||||
},
|
||||
{
|
||||
scope: 'webhooks.read',
|
||||
description: "Access to read your project's webhooks",
|
||||
category: 'Other',
|
||||
icon: 'globe'
|
||||
},
|
||||
{
|
||||
scope: 'webhooks.write',
|
||||
description: "Access to create, update, and delete your project's webhooks",
|
||||
category: 'Other',
|
||||
icon: 'globe'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user