chore: bump api spec

This commit is contained in:
Paul Makles
2022-09-02 15:53:04 +01:00
parent 5af2b76234
commit 0855c05cf8
5 changed files with 41 additions and 6 deletions
+25
View File
@@ -1110,6 +1110,16 @@
"schema": {
"$ref": "#/components/schemas/Id"
}
},
{
"name": "leave_silently",
"in": "query",
"description": "Whether to not send a leave message",
"schema": {
"description": "Whether to not send a leave message",
"type": "boolean",
"nullable": true
}
}
],
"responses": {
@@ -2382,6 +2392,16 @@
"schema": {
"$ref": "#/components/schemas/Id"
}
},
{
"name": "leave_silently",
"in": "query",
"description": "Whether to not send a leave message",
"schema": {
"description": "Whether to not send a leave message",
"type": "boolean",
"nullable": true
}
}
],
"responses": {
@@ -6764,6 +6784,11 @@
"type": "boolean",
"nullable": true
},
"archived": {
"description": "Whether this channel is archived",
"type": "boolean",
"nullable": true
},
"remove": {
"type": "array",
"items": {