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