mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix the team membership model's roles example
This commit is contained in:
parent
8400394857
commit
078dab38c5
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class Membership extends Model
|
||||||
'type' => self::TYPE_STRING,
|
'type' => self::TYPE_STRING,
|
||||||
'description' => 'User list of roles',
|
'description' => 'User list of roles',
|
||||||
'default' => [],
|
'default' => [],
|
||||||
'example' => 'admin',
|
'example' => ['owner'],
|
||||||
'array' => true,
|
'array' => true,
|
||||||
])
|
])
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue