Automated spec update (52679)
This commit is contained in:
parent
e70a78352a
commit
2ea9cb243d
|
@ -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 New Issue