diff --git a/OpenAPI.json b/OpenAPI.json index 464c4fa..5199fb0 100644 --- a/OpenAPI.json +++ b/OpenAPI.json @@ -13,7 +13,7 @@ "name": "AGPLv3", "url": "https://github.com/revoltchat/delta/blob/master/LICENSE" }, - "version": "0.6.2" + "version": "0.6.3" }, "servers": [ { @@ -7161,6 +7161,20 @@ } } }, + { + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "DiscriminatorChangeRatelimited" + ] + } + } + }, { "type": "object", "required": [ @@ -11443,6 +11457,7 @@ "type": "object", "required": [ "_id", + "discriminator", "username" ], "properties": { @@ -11454,6 +11469,10 @@ "description": "Username of the banned user", "type": "string" }, + "discriminator": { + "description": "Discriminator of the banned user", + "type": "string" + }, "avatar": { "description": "Avatar of the banned user", "allOf": [