diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 59123e5d4..fd3427bfb 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -8367,7 +8367,7 @@ const docTemplate = `{ "type": "object", "properties": { "admin": { - "description": "Whether or not the member is an admin of the team. See the docs for more about what a team admin can do", + "description": "Whether the member is an admin of the team. See the docs for more about what a team admin can do", "type": "boolean" }, "created": { diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index dcb4d07d9..8549dd9a3 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -8359,7 +8359,7 @@ "type": "object", "properties": { "admin": { - "description": "Whether or not the member is an admin of the team. See the docs for more about what a team admin can do", + "description": "Whether the member is an admin of the team. See the docs for more about what a team admin can do", "type": "boolean" }, "created": { diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 08eeb64f7..5dd6c3625 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -958,8 +958,8 @@ definitions: models.TeamUser: properties: admin: - description: Whether or not the member is an admin of the team. See the docs - for more about what a team admin can do + description: Whether the member is an admin of the team. See the docs for + more about what a team admin can do type: boolean created: description: A timestamp when this task was created. You cannot change this