main - Automated spec update (136856)
made at remote:2025-08-08T01:32:13 taken at now:2025-08-08T02:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
4cf756b746
commit
b1bb391a05
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…
Add table
Add a link
Reference in a new issue