Compare commits

...

3 commits

Author SHA1 Message Date
Nelly (automation bot)
6944546186 Automated spec update (81966) 2024-11-21 21:07:14 +00:00
Nelly (automation bot)
c19d074e30 Automated spec update (81876) 2024-11-21 19:02:10 +00:00
Nelly (automation bot)
30eaadbdc7 Automated spec update (81786) 2024-11-21 14:58:43 +00:00
2 changed files with 48 additions and 0 deletions

View file

@ -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": [

View file

@ -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": [