mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
chore: bump api spec
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user