mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (132672)
This commit is contained in:
parent
bbb2467dc4
commit
dc21bfdb4d
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…
Reference in a new issue