mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix scope
This commit is contained in:
parent
22ceb1dc7c
commit
56fdbf9e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue