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", "type": "object",
"properties": { "properties": {
"admin": { "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" "type": "boolean"
}, },
"created": { "created": {

View File

@ -8359,7 +8359,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"admin": { "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" "type": "boolean"
}, },
"created": { "created": {

View File

@ -958,8 +958,8 @@ definitions:
models.TeamUser: models.TeamUser:
properties: properties:
admin: admin:
description: Whether or not the member is an admin of the team. See the docs description: Whether the member is an admin of the team. See the docs for
for more about what a team admin can do more about what a team admin can do
type: boolean type: boolean
created: created:
description: A timestamp when this task was created. You cannot change this description: A timestamp when this task was created. You cannot change this