diff --git a/specs/openapi.json b/specs/openapi.json index 5fbbd1a..585fe9f 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 75e2d2a..d7d0fce 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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": {