mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (52679)
This commit is contained in:
parent
e70a78352a
commit
2ea9cb243d
2 changed files with 32 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"BotToken": []
|
"BotToken": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"OAuth2": [
|
||||||
|
"dm_channels.read",
|
||||||
|
"voice"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -21575,6 +21581,16 @@
|
||||||
],
|
],
|
||||||
"maxLength": 2048,
|
"maxLength": 2048,
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
|
},
|
||||||
|
"sku_id": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -119,6 +119,12 @@
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"BotToken": []
|
"BotToken": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"OAuth2": [
|
||||||
|
"dm_channels.read",
|
||||||
|
"voice"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -21905,6 +21911,16 @@
|
||||||
],
|
],
|
||||||
"maxLength": 2048,
|
"maxLength": 2048,
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
|
},
|
||||||
|
"sku_id": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in a new issue