mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: description
This commit is contained in:
parent
5b4d51f6dd
commit
c19d6a6dda
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue