mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (136856)
This commit is contained in:
parent
9f1d8dfaba
commit
54b8ee770b
2 changed files with 28 additions and 20 deletions
|
|
@ -7944,15 +7944,7 @@
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "object",
|
"$ref": "#/components/schemas/GuildMFARequest"
|
||||||
"properties": {
|
|
||||||
"level": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"level"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -24840,6 +24832,17 @@
|
||||||
"level"
|
"level"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"GuildMFARequest": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"level": {
|
||||||
|
"$ref": "#/components/schemas/GuildMFALevel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"level"
|
||||||
|
]
|
||||||
|
},
|
||||||
"GuildMemberResponse": {
|
"GuildMemberResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -25875,7 +25878,8 @@
|
||||||
"enum": [
|
"enum": [
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
4
|
4,
|
||||||
|
15
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7944,15 +7944,7 @@
|
||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "object",
|
"$ref": "#/components/schemas/GuildMFARequest"
|
||||||
"properties": {
|
|
||||||
"level": {
|
|
||||||
"$ref": "#/components/schemas/GuildMFALevel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"required": [
|
|
||||||
"level"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -24911,6 +24903,17 @@
|
||||||
"level"
|
"level"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"GuildMFARequest": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"level": {
|
||||||
|
"$ref": "#/components/schemas/GuildMFALevel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"level"
|
||||||
|
]
|
||||||
|
},
|
||||||
"GuildMemberResponse": {
|
"GuildMemberResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -25960,7 +25963,8 @@
|
||||||
"enum": [
|
"enum": [
|
||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
4
|
4,
|
||||||
|
15
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue