main - Automated spec update (81786)
made at remote:2024-11-21T14:58:43 taken at now:2024-11-21T15:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
9c532e4f08
commit
a245ffccc0
2 changed files with 48 additions and 0 deletions
|
@ -29825,6 +29825,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"mfa_enabled": {
|
"mfa_enabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -29864,6 +29874,10 @@
|
||||||
"locale"
|
"locale"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"UserPrimaryGuildResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"UserResponse": {
|
"UserResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -29929,6 +29943,16 @@
|
||||||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -30285,6 +30285,16 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"mfa_enabled": {
|
"mfa_enabled": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
@ -30324,6 +30334,10 @@
|
||||||
"locale"
|
"locale"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"UserPrimaryGuildResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"UserResponse": {
|
"UserResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -30389,6 +30403,16 @@
|
||||||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"clan": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue