main - Automated spec update (132672)
made at remote:2025-07-24T22:13:19 taken at now:2025-07-24T23:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
bfd30ad42a
commit
2336e9f776
2 changed files with 88 additions and 2 deletions
|
@ -11515,6 +11515,19 @@
|
|||
"secret": {
|
||||
"type": "string",
|
||||
"maxLength": 250
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -11606,6 +11619,19 @@
|
|||
"maxLength": 1024
|
||||
},
|
||||
"maxProperties": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11746,6 +11772,19 @@
|
|||
"$ref": "#/components/schemas/LobbyMemberRequest"
|
||||
},
|
||||
"maxItems": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28800,11 +28839,15 @@
|
|||
"$ref": "#/components/schemas/GuildChannelResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"application_id"
|
||||
"application_id",
|
||||
"flags"
|
||||
]
|
||||
},
|
||||
"MLSpamRuleResponse": {
|
||||
|
|
|
@ -11515,6 +11515,19 @@
|
|||
"secret": {
|
||||
"type": "string",
|
||||
"maxLength": 250
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -11606,6 +11619,19 @@
|
|||
"maxLength": 1024
|
||||
},
|
||||
"maxProperties": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11746,6 +11772,19 @@
|
|||
"$ref": "#/components/schemas/LobbyMemberRequest"
|
||||
},
|
||||
"maxItems": 25
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28885,11 +28924,15 @@
|
|||
"$ref": "#/components/schemas/GuildChannelResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"application_id"
|
||||
"application_id",
|
||||
"flags"
|
||||
]
|
||||
},
|
||||
"MLSpamRuleResponse": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue