Skip to content

Commit d1729ef

Browse files
Merge pull request #2970 from appwrite/atharva/keys-scope
2 parents 1889bdf + 8bb4ac0 commit d1729ef

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
@@ -485,6 +485,18 @@ export const scopes: ScopeDefinition[] = [
485485
description: "Access to create, update, and delete your project's webhooks",
486486
category: 'Other',
487487
icon: 'globe'
488+
},
489+
{
490+
scope: 'keys.read',
491+
description: "Access to read your project's API keys",
492+
category: 'Other',
493+
icon: 'globe'
494+
},
495+
{
496+
scope: 'keys.write',
497+
description: "Access to create, update, and delete your project's API keys",
498+
category: 'Other',
499+
icon: 'globe'
488500
}
489501
];
490502

0 commit comments

Comments
 (0)