diff --git a/docs/references/teams/create-team.md b/docs/references/teams/create-team.md index 41a36693e8..3ff3a30c8e 100644 --- a/docs/references/teams/create-team.md +++ b/docs/references/teams/create-team.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/docs/references/teams/delete-team.md b/docs/references/teams/delete-team.md index 16672499ea..6b73736e9a 100644 --- a/docs/references/teams/delete-team.md +++ b/docs/references/teams/delete-team.md @@ -1 +1 @@ -Delete a team using its unique ID. Every member of the team has access to this endpoint. \ No newline at end of file +Delete a team using its unique ID. Only members with the owner role can delete the team. \ No newline at end of file diff --git a/docs/references/teams/update-team.md b/docs/references/teams/update-team.md index bc83e897f5..0acb528e1c 100644 --- a/docs/references/teams/update-team.md +++ b/docs/references/teams/update-team.md @@ -1 +1 @@ -Update a team using its unique ID. Every team member has access to this endpoint. \ No newline at end of file +Update a team using its unique ID. Only members with the owner role can update the team. \ No newline at end of file