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