mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix the team membership model's roles example
This commit is contained in:
@@ -80,7 +80,7 @@ class Membership extends Model
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'User list of roles',
|
||||
'default' => [],
|
||||
'example' => 'admin',
|
||||
'example' => ['owner'],
|
||||
'array' => true,
|
||||
])
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user