From 837bad59a448e961cedc54c221ce73fe3bb0761e Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 11 Jan 2023 18:10:49 +0530 Subject: [PATCH] feat: add tests --- app/controllers/api/account.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 667dee52c4..e04b86e57e 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -55,7 +55,6 @@ App::post('/v1/account/invite') ->label('audits.userId', '{response.$id}') ->label('usage.metric', 'users.{scope}.requests.create') ->label('sdk.auth', [APP_AUTH_TYPE_ADMIN]) - ->label('sdk.hide', true) ->label('sdk.namespace', 'account') ->label('sdk.method', 'createWithInviteCode') ->label('sdk.description', '/docs/references/account/create.md')