From 010fca8f18e31e764dfe1e8a54f75e2bdd68e676 Mon Sep 17 00:00:00 2001 From: Radmacher <66096031+rdmchr@users.noreply.github.com> Date: Wed, 10 Nov 2021 13:45:23 +0100 Subject: [PATCH] Fixed permissions misunderstanding --- docs/references/teams/create-team.md | 2 +- docs/references/teams/delete-team.md | 2 +- docs/references/teams/update-team.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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