mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
missin desc
This commit is contained in:
@@ -30,6 +30,7 @@ class Update extends Action
|
||||
$this
|
||||
->setHttpMethod(Action::HTTP_REQUEST_METHOD_PUT)
|
||||
->setHttpPath('/v1/teams/:teamId/prefs')
|
||||
->desc('Update team preferences')
|
||||
->groups(['api', 'teams'])
|
||||
->label('event', 'teams.[teamId].update.prefs')
|
||||
->label('scope', 'teams.write')
|
||||
|
||||
Reference in New Issue
Block a user