Skip to content

Commit 8bb4ac0

Browse files
API keys scopes
1 parent 1889bdf commit 8bb4ac0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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)