chore: description

This commit is contained in:
loks0n 2024-11-07 15:33:44 +01:00
parent 5b4d51f6dd
commit c19d6a6dda

View file

@ -652,7 +652,7 @@ App::patch('/v1/projects/:projectId/auth/session-alerts')
});
App::patch('/v1/projects/:projectId/auth/memberships-privacy')
->desc('Update project team memberships privacy attributes')
->desc('Update project memberships privacy attributes')
->groups(['api', 'projects'])
->label('scope', 'projects.write')
->label('sdk.auth', [APP_AUTH_TYPE_ADMIN])