1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Apply suggestions from code review

Co-authored-by: Vincent (Wen Yu) Ge <vincent@appwrite.io>
This commit is contained in:
Torsten Dittmann 2023-03-09 02:09:03 +05:30 committed by GitHub
parent 496da61cd9
commit 4f08d8e82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -191,7 +191,7 @@ return [
'update' => [
'$description' => 'This event triggers when a bucket is updated.',
'prefs' => [
'$description' => 'This event triggers when a team\'s preferences is updated.',
'$description' => 'This event triggers when a team\'s preferences are updated.',
],
]
],

View file

@ -1 +1 @@
Get the team preferences by its unique ID.
Get the team's preferences by its unique ID.

View file

@ -1 +1 @@
Update the team name by its unique ID.
Update the team's name by its unique ID.

View file

@ -1 +1 @@
Update the team preferences by its unique ID. The object you pass is stored as is, and replaces any previous value. The maximum allowed prefs size is 64kB and throws error if exceeded.
Update the team's preferences by its unique ID. The object you pass is stored as is and replaces any previous value. The maximum allowed prefs size is 64kB and throws an error if exceeded.