fix toggling of ai instance discord properties
This commit is contained in:
24
swagger.json
24
swagger.json
@@ -308,6 +308,30 @@
|
||||
],
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DiscordOnlineVmV1": {
|
||||
"properties": {
|
||||
"online": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"online"
|
||||
],
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"DiscordReactoToChatVmV1": {
|
||||
"properties": {
|
||||
"reactToChat": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"reactToChat"
|
||||
],
|
||||
"type": "object",
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"securitySchemes": {}
|
||||
|
||||
Reference in New Issue
Block a user