mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix scope
This commit is contained in:
@@ -615,7 +615,7 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect')
|
||||
App::post('/v1/account/sessions/url')
|
||||
->desc('Create Magic URL for creating sessions')
|
||||
->groups(['api', 'account'])
|
||||
->label('scope', 'account')
|
||||
->label('scope', 'public')
|
||||
->label('sdk.auth', [])
|
||||
->label('sdk.namespace', 'account')
|
||||
->label('sdk.method', 'createMagicURL')
|
||||
|
||||
Reference in New Issue
Block a user