1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Fixed permissions misunderstanding

This commit is contained in:
Radmacher 2021-11-10 13:45:23 +01:00
parent 071f964e29
commit 010fca8f18
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.