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": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -29864,6 +29874,10 @@
|
|||
"locale"
|
||||
]
|
||||
},
|
||||
"UserPrimaryGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"UserResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -29929,6 +29943,16 @@
|
|||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -30285,6 +30285,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mfa_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -30324,6 +30334,10 @@
|
|||
"locale"
|
||||
]
|
||||
},
|
||||
"UserPrimaryGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"UserResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -30389,6 +30403,16 @@
|
|||
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPrimaryGuildResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue