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:
Adversary 2025-07-24 23:10:02 +00:00
parent bfd30ad42a
commit 2336e9f776
2 changed files with 88 additions and 2 deletions

View file

@ -11515,6 +11515,19 @@
"secret": { "secret": {
"type": "string", "type": "string",
"maxLength": 250 "maxLength": 250
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
}, },
"required": [ "required": [
@ -11606,6 +11619,19 @@
"maxLength": 1024 "maxLength": 1024
}, },
"maxProperties": 25 "maxProperties": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -11746,6 +11772,19 @@
"$ref": "#/components/schemas/LobbyMemberRequest" "$ref": "#/components/schemas/LobbyMemberRequest"
}, },
"maxItems": 25 "maxItems": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -28800,11 +28839,15 @@
"$ref": "#/components/schemas/GuildChannelResponse" "$ref": "#/components/schemas/GuildChannelResponse"
} }
] ]
},
"flags": {
"$ref": "#/components/schemas/UInt32Type"
} }
}, },
"required": [ "required": [
"id", "id",
"application_id" "application_id",
"flags"
] ]
}, },
"MLSpamRuleResponse": { "MLSpamRuleResponse": {

View file

@ -11515,6 +11515,19 @@
"secret": { "secret": {
"type": "string", "type": "string",
"maxLength": 250 "maxLength": 250
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
}, },
"required": [ "required": [
@ -11606,6 +11619,19 @@
"maxLength": 1024 "maxLength": 1024
}, },
"maxProperties": 25 "maxProperties": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -11746,6 +11772,19 @@
"$ref": "#/components/schemas/LobbyMemberRequest" "$ref": "#/components/schemas/LobbyMemberRequest"
}, },
"maxItems": 25 "maxItems": 25
},
"flags": {
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"enum": [
1
]
}
]
} }
} }
} }
@ -28885,11 +28924,15 @@
"$ref": "#/components/schemas/GuildChannelResponse" "$ref": "#/components/schemas/GuildChannelResponse"
} }
] ]
},
"flags": {
"$ref": "#/components/schemas/UInt32Type"
} }
}, },
"required": [ "required": [
"id", "id",
"application_id" "application_id",
"flags"
] ]
}, },
"MLSpamRuleResponse": { "MLSpamRuleResponse": {