diff --git a/assets/openapi.json b/assets/openapi.json
index 4d285cb1..918fed9b 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -1357,12 +1357,18 @@
"avatar": {
"type": "string"
},
+ "avatar_decoration": {
+ "type": "string"
+ },
"accent_color": {
"type": "integer"
},
"banner": {
"type": "string"
},
+ "banner_color": {
+ "type": "integer"
+ },
"theme_colors": {
"type": "array",
"items": {
@@ -3478,12 +3484,18 @@
"avatar": {
"type": "string"
},
+ "avatar_decoration": {
+ "type": "string"
+ },
"accent_color": {
"type": "integer"
},
"banner": {
"type": "string"
},
+ "banner_color": {
+ "type": "integer"
+ },
"bio": {
"type": "string"
},
@@ -6930,12 +6942,18 @@
"avatar": {
"type": "string"
},
+ "avatar_decoration": {
+ "type": "string"
+ },
"accent_color": {
"type": "integer"
},
"banner": {
"type": "string"
},
+ "banner_color": {
+ "type": "integer"
+ },
"bio": {
"type": "string"
},
@@ -7047,12 +7065,18 @@
"avatar": {
"type": "string"
},
+ "avatar_decoration": {
+ "type": "string"
+ },
"accent_color": {
"type": "integer"
},
"banner": {
"type": "string"
},
+ "banner_color": {
+ "type": "integer"
+ },
"bio": {
"type": "string"
},
|