mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed permissions misunderstanding
This commit is contained in:
@@ -1 +1 @@
|
||||
Use this endpoint to create a new team. The user who creates the team will automatically be assigned as the owner of the team. Only the users with the owner role can invite new members or add new owners. However, every member can delete or update the team.
|
||||
Use this endpoint to create a new team. The user who creates the team will automatically be assigned as the owner of the team. Only the users with the owner role can invite new members, add new owners and delete or update the team.
|
||||
@@ -1 +1 @@
|
||||
Delete a team using its unique ID. Every member of the team has access to this endpoint.
|
||||
Delete a team using its unique ID. Only members with the owner role can delete the team.
|
||||
@@ -1 +1 @@
|
||||
Update a team using its unique ID. Every team member has access to this endpoint.
|
||||
Update a team using its unique ID. Only members with the owner role can update the team.
|
||||
Reference in New Issue
Block a user