diff --git a/specs/openapi.json b/specs/openapi.json index b56d001..84774c6 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -7374,6 +7374,24 @@ "null" ], "maxLength": 32 + }, + "avatar": { + "type": [ + "string", + "null" + ], + "contentEncoding": "base64" + }, + "bio": { + "type": "string", + "maxLength": 190 + }, + "banner": { + "type": [ + "string", + "null" + ], + "contentEncoding": "base64" } } } diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index ad73b83..6f8fb58 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -7374,6 +7374,24 @@ "null" ], "maxLength": 32 + }, + "avatar": { + "type": [ + "string", + "null" + ], + "contentEncoding": "base64" + }, + "bio": { + "type": "string", + "maxLength": 190 + }, + "banner": { + "type": [ + "string", + "null" + ], + "contentEncoding": "base64" } } }