Automated spec update (28898)
This commit is contained in:
parent
d63671c16f
commit
fe9917381e
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue