mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-05-01 06:20:33 -04:00
Automated spec update (210258)
This commit is contained in:
parent
2f52db0775
commit
3aa38a581b
2 changed files with 223 additions and 369 deletions
|
|
@ -1206,15 +1206,8 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/EntitlementResponse"
|
"$ref": "#/components/schemas/EntitlementResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -14057,15 +14050,8 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/EntitlementResponse"
|
"$ref": "#/components/schemas/EntitlementResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -18954,7 +18940,23 @@
|
||||||
},
|
},
|
||||||
"ApplicationEventWebhooksStatus": {
|
"ApplicationEventWebhooksStatus": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"oneOf": [],
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "DISABLED",
|
||||||
|
"description": "Webhook events are disabled by developer",
|
||||||
|
"const": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "ENABLED",
|
||||||
|
"description": "Webhook events are enabled by developer",
|
||||||
|
"const": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "DISABLED_BY_DISCORD",
|
||||||
|
"description": "Webhook events are disabled by Discord, usually due to inactivity",
|
||||||
|
"const": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"ApplicationExplicitContentFilterTypes": {
|
"ApplicationExplicitContentFilterTypes": {
|
||||||
|
|
@ -19122,6 +19124,50 @@
|
||||||
},
|
},
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"maxProperties": 2
|
"maxProperties": 2
|
||||||
|
},
|
||||||
|
"event_webhooks_status": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "integer",
|
||||||
|
"enum": [
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"allOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ApplicationEventWebhooksStatus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"format": "int32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"event_webhooks_url": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"maxLength": 2048,
|
||||||
|
"format": "uri"
|
||||||
|
},
|
||||||
|
"event_webhooks_types": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [],
|
||||||
|
"allOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ActionTypes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -19378,10 +19424,7 @@
|
||||||
"rpc_origins": {
|
"rpc_origins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bot_public": {
|
"bot_public": {
|
||||||
|
|
@ -19557,10 +19600,7 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"platform_name": {
|
"platform_name": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"platform_username": {
|
"platform_username": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
@ -19626,16 +19666,10 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"placeholder_version": {
|
"placeholder_version": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
@ -20734,9 +20768,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 25,
|
"maxLength": 25,
|
||||||
"format": "nonce"
|
"format": "nonce"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -20752,15 +20783,8 @@
|
||||||
"mention_channels": {
|
"mention_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"role_subscription_data": {
|
"role_subscription_data": {
|
||||||
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
||||||
|
|
@ -20779,14 +20803,7 @@
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
"shared_client_theme": {
|
"shared_client_theme": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"interaction_metadata": {
|
"interaction_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -23012,10 +23029,7 @@
|
||||||
"$ref": "#/components/schemas/VideoQualityModes"
|
"$ref": "#/components/schemas/VideoQualityModes"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"owner_id": {
|
"owner_id": {
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
|
@ -23444,7 +23458,11 @@
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"emoji_id",
|
||||||
|
"emoji_name"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DiscordIntegrationResponse": {
|
"DiscordIntegrationResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
@ -23675,10 +23693,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"consumed": {
|
"consumed": {
|
||||||
"type": [
|
"type": "boolean"
|
||||||
"boolean",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"gifter_user_id": {
|
"gifter_user_id": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -23707,6 +23722,8 @@
|
||||||
"application_id",
|
"application_id",
|
||||||
"user_id",
|
"user_id",
|
||||||
"deleted",
|
"deleted",
|
||||||
|
"starts_at",
|
||||||
|
"ends_at",
|
||||||
"type"
|
"type"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -25440,10 +25457,7 @@
|
||||||
"$ref": "#/components/schemas/VideoQualityModes"
|
"$ref": "#/components/schemas/VideoQualityModes"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"topic": {
|
"topic": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
@ -25498,14 +25512,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"default_forum_layout": {
|
"default_forum_layout": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ForumLayout"
|
"$ref": "#/components/schemas/ForumLayout"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"default_tag_setting": {
|
"default_tag_setting": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -25715,28 +25722,14 @@
|
||||||
"new_member_actions": {
|
"new_member_actions": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/NewMemberActionResponse"
|
"$ref": "#/components/schemas/NewMemberActionResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"resource_channels": {
|
"resource_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ResourceChannelResponse"
|
"$ref": "#/components/schemas/ResourceChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -25763,7 +25756,11 @@
|
||||||
],
|
],
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"invites_disabled_until",
|
||||||
|
"dms_disabled_until"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"GuildIncomingWebhookResponse": {
|
"GuildIncomingWebhookResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
@ -26706,7 +26703,8 @@
|
||||||
"nsfw",
|
"nsfw",
|
||||||
"nsfw_level",
|
"nsfw_level",
|
||||||
"emojis",
|
"emojis",
|
||||||
"stickers"
|
"stickers",
|
||||||
|
"incidents_data"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"GuildRoleColorsResponse": {
|
"GuildRoleColorsResponse": {
|
||||||
|
|
@ -27121,15 +27119,8 @@
|
||||||
"permission_overwrites": {
|
"permission_overwrites": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ChannelPermissionOverwriteResponse"
|
"$ref": "#/components/schemas/ChannelPermissionOverwriteResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"available_tags": {
|
"available_tags": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
@ -27886,7 +27877,8 @@
|
||||||
"nsfw",
|
"nsfw",
|
||||||
"nsfw_level",
|
"nsfw_level",
|
||||||
"emojis",
|
"emojis",
|
||||||
"stickers"
|
"stickers",
|
||||||
|
"incidents_data"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"HasOption": {
|
"HasOption": {
|
||||||
|
|
@ -28751,10 +28743,7 @@
|
||||||
"rpc_origins": {
|
"rpc_origins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bot_public": {
|
"bot_public": {
|
||||||
|
|
@ -30599,10 +30588,7 @@
|
||||||
"$ref": "#/components/schemas/ActivityActionTypes"
|
"$ref": "#/components/schemas/ActivityActionTypes"
|
||||||
},
|
},
|
||||||
"party_id": {
|
"party_id": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -30778,16 +30764,10 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"placeholder_version": {
|
"placeholder_version": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
@ -31796,9 +31776,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 25,
|
"maxLength": 25,
|
||||||
"format": "nonce"
|
"format": "nonce"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -31814,15 +31791,8 @@
|
||||||
"mention_channels": {
|
"mention_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"role_subscription_data": {
|
"role_subscription_data": {
|
||||||
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
||||||
|
|
@ -31841,14 +31811,7 @@
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
"shared_client_theme": {
|
"shared_client_theme": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"interaction_metadata": {
|
"interaction_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -33540,10 +33503,7 @@
|
||||||
"rpc_origins": {
|
"rpc_origins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bot_public": {
|
"bot_public": {
|
||||||
|
|
@ -33597,10 +33557,7 @@
|
||||||
"redirect_uris": {
|
"redirect_uris": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -33622,10 +33579,7 @@
|
||||||
"$ref": "#/components/schemas/UserResponse"
|
"$ref": "#/components/schemas/UserResponse"
|
||||||
},
|
},
|
||||||
"approximate_guild_count": {
|
"approximate_guild_count": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"approximate_user_install_count": {
|
"approximate_user_install_count": {
|
||||||
|
|
@ -33644,20 +33598,10 @@
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
"event_webhooks_status": {
|
"event_webhooks_status": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ApplicationEventWebhooksStatus"
|
"$ref": "#/components/schemas/ApplicationEventWebhooksStatus"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"event_webhooks_types": {
|
"event_webhooks_types": {
|
||||||
"type": [
|
"type": "array",
|
||||||
"array",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [],
|
"enum": [],
|
||||||
|
|
@ -35435,9 +35379,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 25,
|
"maxLength": 25,
|
||||||
"format": "nonce"
|
"format": "nonce"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -35453,15 +35394,8 @@
|
||||||
"mention_channels": {
|
"mention_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"role_subscription_data": {
|
"role_subscription_data": {
|
||||||
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
||||||
|
|
@ -35480,14 +35414,7 @@
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
"shared_client_theme": {
|
"shared_client_theme": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"interaction_metadata": {
|
"interaction_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -37523,10 +37450,7 @@
|
||||||
"$ref": "#/components/schemas/VideoQualityModes"
|
"$ref": "#/components/schemas/VideoQualityModes"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"owner_id": {
|
"owner_id": {
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
|
|
||||||
|
|
@ -1206,15 +1206,8 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/EntitlementResponse"
|
"$ref": "#/components/schemas/EntitlementResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -14069,15 +14062,8 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/EntitlementResponse"
|
"$ref": "#/components/schemas/EntitlementResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -18966,7 +18952,23 @@
|
||||||
},
|
},
|
||||||
"ApplicationEventWebhooksStatus": {
|
"ApplicationEventWebhooksStatus": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"oneOf": [],
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "DISABLED",
|
||||||
|
"description": "Webhook events are disabled by developer",
|
||||||
|
"const": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "ENABLED",
|
||||||
|
"description": "Webhook events are enabled by developer",
|
||||||
|
"const": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "DISABLED_BY_DISCORD",
|
||||||
|
"description": "Webhook events are disabled by Discord, usually due to inactivity",
|
||||||
|
"const": 3
|
||||||
|
}
|
||||||
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"ApplicationExplicitContentFilterTypes": {
|
"ApplicationExplicitContentFilterTypes": {
|
||||||
|
|
@ -19134,6 +19136,50 @@
|
||||||
},
|
},
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"maxProperties": 2
|
"maxProperties": 2
|
||||||
|
},
|
||||||
|
"event_webhooks_status": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "integer",
|
||||||
|
"enum": [
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"allOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ApplicationEventWebhooksStatus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"format": "int32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"event_webhooks_url": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"maxLength": 2048,
|
||||||
|
"format": "uri"
|
||||||
|
},
|
||||||
|
"event_webhooks_types": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"enum": [],
|
||||||
|
"allOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ActionTypes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -19390,10 +19436,7 @@
|
||||||
"rpc_origins": {
|
"rpc_origins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bot_public": {
|
"bot_public": {
|
||||||
|
|
@ -19569,10 +19612,7 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"platform_name": {
|
"platform_name": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"platform_username": {
|
"platform_username": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
@ -19638,16 +19678,10 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"placeholder_version": {
|
"placeholder_version": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
@ -20746,9 +20780,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 25,
|
"maxLength": 25,
|
||||||
"format": "nonce"
|
"format": "nonce"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -20764,15 +20795,8 @@
|
||||||
"mention_channels": {
|
"mention_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"role_subscription_data": {
|
"role_subscription_data": {
|
||||||
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
||||||
|
|
@ -20791,14 +20815,7 @@
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
"shared_client_theme": {
|
"shared_client_theme": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"interaction_metadata": {
|
"interaction_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -23064,10 +23081,7 @@
|
||||||
"$ref": "#/components/schemas/VideoQualityModes"
|
"$ref": "#/components/schemas/VideoQualityModes"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"owner_id": {
|
"owner_id": {
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
|
@ -23496,7 +23510,11 @@
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"emoji_id",
|
||||||
|
"emoji_name"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DiscordIntegrationResponse": {
|
"DiscordIntegrationResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
@ -23727,10 +23745,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"consumed": {
|
"consumed": {
|
||||||
"type": [
|
"type": "boolean"
|
||||||
"boolean",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"gifter_user_id": {
|
"gifter_user_id": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -23759,6 +23774,8 @@
|
||||||
"application_id",
|
"application_id",
|
||||||
"user_id",
|
"user_id",
|
||||||
"deleted",
|
"deleted",
|
||||||
|
"starts_at",
|
||||||
|
"ends_at",
|
||||||
"type"
|
"type"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -24224,6 +24241,7 @@
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"entity_id",
|
"entity_id",
|
||||||
|
"recurrence_rule",
|
||||||
"privacy_level",
|
"privacy_level",
|
||||||
"entity_metadata"
|
"entity_metadata"
|
||||||
]
|
]
|
||||||
|
|
@ -25523,10 +25541,7 @@
|
||||||
"$ref": "#/components/schemas/VideoQualityModes"
|
"$ref": "#/components/schemas/VideoQualityModes"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"topic": {
|
"topic": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
@ -25581,14 +25596,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"default_forum_layout": {
|
"default_forum_layout": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ForumLayout"
|
"$ref": "#/components/schemas/ForumLayout"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"default_tag_setting": {
|
"default_tag_setting": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -25798,28 +25806,14 @@
|
||||||
"new_member_actions": {
|
"new_member_actions": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/NewMemberActionResponse"
|
"$ref": "#/components/schemas/NewMemberActionResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"resource_channels": {
|
"resource_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ResourceChannelResponse"
|
"$ref": "#/components/schemas/ResourceChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -25846,7 +25840,11 @@
|
||||||
],
|
],
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"invites_disabled_until",
|
||||||
|
"dms_disabled_until"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"GuildIncomingWebhookResponse": {
|
"GuildIncomingWebhookResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
@ -26789,7 +26787,8 @@
|
||||||
"nsfw",
|
"nsfw",
|
||||||
"nsfw_level",
|
"nsfw_level",
|
||||||
"emojis",
|
"emojis",
|
||||||
"stickers"
|
"stickers",
|
||||||
|
"incidents_data"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"GuildRoleColorsResponse": {
|
"GuildRoleColorsResponse": {
|
||||||
|
|
@ -27218,15 +27217,8 @@
|
||||||
"permission_overwrites": {
|
"permission_overwrites": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ChannelPermissionOverwriteResponse"
|
"$ref": "#/components/schemas/ChannelPermissionOverwriteResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"available_tags": {
|
"available_tags": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
@ -27983,7 +27975,8 @@
|
||||||
"nsfw",
|
"nsfw",
|
||||||
"nsfw_level",
|
"nsfw_level",
|
||||||
"emojis",
|
"emojis",
|
||||||
"stickers"
|
"stickers",
|
||||||
|
"incidents_data"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"HasOption": {
|
"HasOption": {
|
||||||
|
|
@ -28848,10 +28841,7 @@
|
||||||
"rpc_origins": {
|
"rpc_origins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bot_public": {
|
"bot_public": {
|
||||||
|
|
@ -30696,10 +30686,7 @@
|
||||||
"$ref": "#/components/schemas/ActivityActionTypes"
|
"$ref": "#/components/schemas/ActivityActionTypes"
|
||||||
},
|
},
|
||||||
"party_id": {
|
"party_id": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -30875,16 +30862,10 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"placeholder_version": {
|
"placeholder_version": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
|
@ -31893,9 +31874,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 25,
|
"maxLength": 25,
|
||||||
"format": "nonce"
|
"format": "nonce"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -31911,15 +31889,8 @@
|
||||||
"mention_channels": {
|
"mention_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"role_subscription_data": {
|
"role_subscription_data": {
|
||||||
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
||||||
|
|
@ -31938,14 +31909,7 @@
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
"shared_client_theme": {
|
"shared_client_theme": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"interaction_metadata": {
|
"interaction_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -33637,10 +33601,7 @@
|
||||||
"rpc_origins": {
|
"rpc_origins": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bot_public": {
|
"bot_public": {
|
||||||
|
|
@ -33694,10 +33655,7 @@
|
||||||
"redirect_uris": {
|
"redirect_uris": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": "string",
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -33719,10 +33677,7 @@
|
||||||
"$ref": "#/components/schemas/UserResponse"
|
"$ref": "#/components/schemas/UserResponse"
|
||||||
},
|
},
|
||||||
"approximate_guild_count": {
|
"approximate_guild_count": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"approximate_user_install_count": {
|
"approximate_user_install_count": {
|
||||||
|
|
@ -33741,20 +33696,10 @@
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
"event_webhooks_status": {
|
"event_webhooks_status": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ApplicationEventWebhooksStatus"
|
"$ref": "#/components/schemas/ApplicationEventWebhooksStatus"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"event_webhooks_types": {
|
"event_webhooks_types": {
|
||||||
"type": [
|
"type": "array",
|
||||||
"array",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [],
|
"enum": [],
|
||||||
|
|
@ -34518,10 +34463,7 @@
|
||||||
"$ref": "#/components/schemas/RecurrenceRuleFrequencies"
|
"$ref": "#/components/schemas/RecurrenceRuleFrequencies"
|
||||||
},
|
},
|
||||||
"interval": {
|
"interval": {
|
||||||
"type": [
|
"type": "integer",
|
||||||
"integer",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"by_weekday": {
|
"by_weekday": {
|
||||||
|
|
@ -34585,7 +34527,12 @@
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"start",
|
"start",
|
||||||
"frequency"
|
"frequency",
|
||||||
|
"interval",
|
||||||
|
"by_weekday",
|
||||||
|
"by_n_weekday",
|
||||||
|
"by_month",
|
||||||
|
"by_month_day"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RecurrenceRuleWeekdays": {
|
"RecurrenceRuleWeekdays": {
|
||||||
|
|
@ -35646,6 +35593,7 @@
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"entity_id",
|
"entity_id",
|
||||||
|
"recurrence_rule",
|
||||||
"privacy_level"
|
"privacy_level"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -35851,9 +35799,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"maxLength": 25,
|
"maxLength": 25,
|
||||||
"format": "nonce"
|
"format": "nonce"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -35869,15 +35814,8 @@
|
||||||
"mention_channels": {
|
"mention_channels": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
"$ref": "#/components/schemas/MessageMentionChannelResponse"
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"role_subscription_data": {
|
"role_subscription_data": {
|
||||||
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
"$ref": "#/components/schemas/MessageRoleSubscriptionDataResponse"
|
||||||
|
|
@ -35896,14 +35834,7 @@
|
||||||
"$ref": "#/components/schemas/PollResponse"
|
"$ref": "#/components/schemas/PollResponse"
|
||||||
},
|
},
|
||||||
"shared_client_theme": {
|
"shared_client_theme": {
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"interaction_metadata": {
|
"interaction_metadata": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
|
@ -36935,6 +36866,7 @@
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"entity_id",
|
"entity_id",
|
||||||
|
"recurrence_rule",
|
||||||
"privacy_level",
|
"privacy_level",
|
||||||
"entity_metadata"
|
"entity_metadata"
|
||||||
]
|
]
|
||||||
|
|
@ -37969,10 +37901,7 @@
|
||||||
"$ref": "#/components/schemas/VideoQualityModes"
|
"$ref": "#/components/schemas/VideoQualityModes"
|
||||||
},
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"type": [
|
"type": "string"
|
||||||
"string",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"owner_id": {
|
"owner_id": {
|
||||||
"$ref": "#/components/schemas/SnowflakeType"
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
|
@ -40137,6 +40066,7 @@
|
||||||
"status",
|
"status",
|
||||||
"entity_type",
|
"entity_type",
|
||||||
"entity_id",
|
"entity_id",
|
||||||
|
"recurrence_rule",
|
||||||
"privacy_level",
|
"privacy_level",
|
||||||
"entity_metadata"
|
"entity_metadata"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue