diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 9adba0f6c3..ee585dd6ee 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -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')