Automated spec update (52679)

This commit is contained in:
Nelly (automation bot) 2024-06-12 22:14:23 +00:00
parent e70a78352a
commit 2ea9cb243d
2 changed files with 32 additions and 0 deletions

View File

@ -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": [

View File

@ -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": [