1
0
Fork 0

[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2024-03-02 14:50:56 +00:00 committed by kolaente
parent 379b0b24b3
commit 4bb09b69be
3 changed files with 4 additions and 4 deletions

View File

@ -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": {

View File

@ -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": {

View File

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