main - Automated spec update (28898)

made at remote:2024-02-15T07:47:55

taken at now:2024-02-15T08:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2024-02-15 08:10:02 +00:00
parent d0433d1dce
commit 66582303b5
2 changed files with 48 additions and 0 deletions

View File

@ -17015,6 +17015,16 @@
"null"
]
},
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": {
"type": [
"string",
@ -23819,6 +23829,16 @@
"null"
]
},
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": {
"type": [
"string",
@ -26334,6 +26354,10 @@
"name"
]
},
"UserAvatarDecorationResponse": {
"type": "object",
"properties": {}
},
"UserCommunicationDisabledAction": {
"type": "object",
"properties": {

View File

@ -17090,6 +17090,16 @@
"null"
]
},
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": {
"type": [
"string",
@ -23914,6 +23924,16 @@
"null"
]
},
"avatar_decoration_data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
}
]
},
"communication_disabled_until": {
"type": [
"string",
@ -26777,6 +26797,10 @@
"name"
]
},
"UserAvatarDecorationResponse": {
"type": "object",
"properties": {}
},
"UserCommunicationDisabledAction": {
"type": "object",
"properties": {