From 4bb09b69be9e68721a0ef9ab8de343e76959fb9d Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Sat, 2 Mar 2024 14:50:56 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 2 +- pkg/swagger/swagger.json | 2 +- pkg/swagger/swagger.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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