[skip ci] Updated swagger docs
This commit is contained in:
parent
379b0b24b3
commit
4bb09b69be
@ -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": {
|
||||||
|
@ -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": {
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user