diff options
Diffstat (limited to 'assets/openapi.json')
-rw-r--r-- | assets/openapi.json | 24 |
1 files changed, 24 insertions, 0 deletions
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" }, |