main - Automated spec update (52679)
made at remote:2024-06-12T22:14:23 taken at now:2024-06-12T23:10:03 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
c0372b2b52
commit
ffa86f9ac8
2 changed files with 32 additions and 0 deletions
|
@ -119,6 +119,12 @@
|
|||
"security": [
|
||||
{
|
||||
"BotToken": []
|
||||
},
|
||||
{
|
||||
"OAuth2": [
|
||||
"dm_channels.read",
|
||||
"voice"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -21575,6 +21581,16 @@
|
|||
],
|
||||
"maxLength": 2048,
|
||||
"format": "uri"
|
||||
},
|
||||
"sku_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -119,6 +119,12 @@
|
|||
"security": [
|
||||
{
|
||||
"BotToken": []
|
||||
},
|
||||
{
|
||||
"OAuth2": [
|
||||
"dm_channels.read",
|
||||
"voice"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -21905,6 +21911,16 @@
|
|||
],
|
||||
"maxLength": 2048,
|
||||
"format": "uri"
|
||||
},
|
||||
"sku_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue