mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (5502)
This commit is contained in:
parent
c420119613
commit
8d198cd08d
2 changed files with 74 additions and 6 deletions
|
@ -15300,6 +15300,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"$ref": "#/components/schemas/EntityMetadataExternalResponse"
|
"$ref": "#/components/schemas/EntityMetadataExternalResponse"
|
||||||
}
|
}
|
||||||
|
@ -15312,6 +15315,7 @@
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level",
|
"privacy_level",
|
||||||
|
"auto_start",
|
||||||
"entity_metadata"
|
"entity_metadata"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -24685,6 +24689,9 @@
|
||||||
"$ref": "#/components/schemas/ScheduledEventUserResponse"
|
"$ref": "#/components/schemas/ScheduledEventUserResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -24694,7 +24701,8 @@
|
||||||
"scheduled_start_time",
|
"scheduled_start_time",
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level"
|
"privacy_level",
|
||||||
|
"auto_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ScheduledEventUserResponse": {
|
"ScheduledEventUserResponse": {
|
||||||
|
@ -25308,6 +25316,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -25326,7 +25337,8 @@
|
||||||
"scheduled_start_time",
|
"scheduled_start_time",
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level"
|
"privacy_level",
|
||||||
|
"auto_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"StandardStickerResponse": {
|
"StandardStickerResponse": {
|
||||||
|
@ -27161,6 +27173,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -27179,7 +27194,8 @@
|
||||||
"scheduled_start_time",
|
"scheduled_start_time",
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level"
|
"privacy_level",
|
||||||
|
"auto_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"WebhookSlackEmbed": {
|
"WebhookSlackEmbed": {
|
||||||
|
|
|
@ -15119,6 +15119,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"$ref": "#/components/schemas/EntityMetadataExternal"
|
"$ref": "#/components/schemas/EntityMetadataExternal"
|
||||||
}
|
}
|
||||||
|
@ -15215,6 +15221,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"$ref": "#/components/schemas/EntityMetadataExternal"
|
"$ref": "#/components/schemas/EntityMetadataExternal"
|
||||||
}
|
}
|
||||||
|
@ -15340,6 +15352,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"$ref": "#/components/schemas/EntityMetadataExternalResponse"
|
"$ref": "#/components/schemas/EntityMetadataExternalResponse"
|
||||||
}
|
}
|
||||||
|
@ -15352,6 +15367,7 @@
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level",
|
"privacy_level",
|
||||||
|
"auto_start",
|
||||||
"entity_metadata"
|
"entity_metadata"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -25010,6 +25026,9 @@
|
||||||
"$ref": "#/components/schemas/ScheduledEventUserResponse"
|
"$ref": "#/components/schemas/ScheduledEventUserResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -25019,7 +25038,8 @@
|
||||||
"scheduled_start_time",
|
"scheduled_start_time",
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level"
|
"privacy_level",
|
||||||
|
"auto_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ScheduledEventUserResponse": {
|
"ScheduledEventUserResponse": {
|
||||||
|
@ -25429,6 +25449,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -25531,6 +25557,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -25663,6 +25695,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -25681,7 +25716,8 @@
|
||||||
"scheduled_start_time",
|
"scheduled_start_time",
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level"
|
"privacy_level",
|
||||||
|
"auto_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"StandardStickerResponse": {
|
"StandardStickerResponse": {
|
||||||
|
@ -27313,6 +27349,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -27415,6 +27457,12 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -27547,6 +27595,9 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"auto_start": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"entity_metadata": {
|
"entity_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
@ -27565,7 +27616,8 @@
|
||||||
"scheduled_start_time",
|
"scheduled_start_time",
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"privacy_level"
|
"privacy_level",
|
||||||
|
"auto_start"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"WebhookSlackEmbed": {
|
"WebhookSlackEmbed": {
|
||||||
|
|
Loading…
Reference in a new issue