1
0
Fork 0
mirror of synced 2024-06-22 16:21:10 +12:00

Hide JWT from docs

This commit is contained in:
Eldad Fux 2021-02-03 01:25:52 +02:00
parent 0c09371066
commit c175d505a6

View file

@ -642,6 +642,7 @@ App::post('/v1/account/jwt')
->desc('Create Account JWT')
->groups(['api', 'account'])
->label('scope', 'account')
->label('docs', false) // Hidden for now - private beta
->label('sdk.platform', [APP_PLATFORM_CLIENT])
->label('sdk.namespace', 'account')
->label('sdk.method', 'createJWT')