team member

This commit is contained in:
Hemachandar
2025-11-25 12:32:09 +05:30
parent 4fbf79d815
commit bd6edaa3f2
+1
View File
@@ -98,6 +98,7 @@ App::post('/v1/teams')
'$id' => $teamId,
'$permissions' => [
Permission::read(Role::team($teamId)),
Permission::read(Role::team($teamId, 'member')),
Permission::update(Role::team($teamId, 'owner')),
Permission::delete(Role::team($teamId, 'owner')),
],