mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Compare commits
No commits in common. "a36f8047dae17aa6f954c59b53e496b5e5773756" and "c8ef08a67fd42a404d65630a35a52561fc6497fc" have entirely different histories.
a36f8047da
...
c8ef08a67f
2 changed files with 67 additions and 45 deletions
|
@ -1422,7 +1422,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -1633,7 +1633,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -1781,7 +1781,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -3074,6 +3074,17 @@
|
|||
],
|
||||
"delete": {
|
||||
"operationId": "leave_guild",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "204 response for leave_guild"
|
||||
|
@ -3253,7 +3264,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -3455,7 +3466,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -3603,7 +3614,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -6523,6 +6534,9 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadResponse"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -8065,6 +8079,17 @@
|
|||
},
|
||||
"delete": {
|
||||
"operationId": "delete_stage_instance",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "204 response for delete_stage_instance"
|
||||
|
@ -11460,7 +11485,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -12067,14 +12092,6 @@
|
|||
{
|
||||
"title": "HOME_SETTINGS_UPDATE",
|
||||
"const": 191
|
||||
},
|
||||
{
|
||||
"title": "VOICE_CHANNEL_STATUS_CREATE",
|
||||
"const": 192
|
||||
},
|
||||
{
|
||||
"title": "VOICE_CHANNEL_STATUS_DELETE",
|
||||
"const": 193
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
|
@ -24750,12 +24767,10 @@
|
|||
"properties": {
|
||||
"label": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"value": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"description": {
|
||||
|
|
|
@ -1422,7 +1422,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -1633,7 +1633,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -1781,7 +1781,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -3074,6 +3074,17 @@
|
|||
],
|
||||
"delete": {
|
||||
"operationId": "leave_guild",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "204 response for leave_guild"
|
||||
|
@ -3253,7 +3264,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -3455,7 +3466,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -3603,7 +3614,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
},
|
||||
"dm_permission": {
|
||||
"type": [
|
||||
|
@ -6523,6 +6534,9 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ThreadResponse"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -8065,6 +8079,17 @@
|
|||
},
|
||||
"delete": {
|
||||
"operationId": "delete_stage_instance",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": true
|
||||
},
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "204 response for delete_stage_instance"
|
||||
|
@ -11460,7 +11485,7 @@
|
|||
"null"
|
||||
],
|
||||
"minimum": 0,
|
||||
"maximum": 562949953421311
|
||||
"maximum": 281474976710655
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -12067,14 +12092,6 @@
|
|||
{
|
||||
"title": "HOME_SETTINGS_UPDATE",
|
||||
"const": 191
|
||||
},
|
||||
{
|
||||
"title": "VOICE_CHANNEL_STATUS_CREATE",
|
||||
"const": 192
|
||||
},
|
||||
{
|
||||
"title": "VOICE_CHANNEL_STATUS_DELETE",
|
||||
"const": 193
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
|
@ -13307,11 +13324,6 @@
|
|||
"title": "GUILD_FORUM",
|
||||
"description": "Channel that can only contain threads",
|
||||
"const": 15
|
||||
},
|
||||
{
|
||||
"title": "GUILD_MEDIA",
|
||||
"description": "Channel that can only contain media threads",
|
||||
"const": 16
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
|
@ -13641,8 +13653,7 @@
|
|||
5,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16
|
||||
15
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
@ -16479,8 +16490,7 @@
|
|||
5,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16
|
||||
15
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
@ -24761,12 +24771,10 @@
|
|||
"properties": {
|
||||
"label": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"value": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"description": {
|
||||
|
@ -26001,8 +26009,7 @@
|
|||
5,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16
|
||||
15
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue