diff --git a/assets/openapi.json b/assets/openapi.json index 14b77f9..390eddc 100644 --- a/assets/openapi.json +++ b/assets/openapi.json @@ -4105,6 +4105,9 @@ "rules_channel_id": { "type": "string" }, + "guild_template_code": { + "type": "string" + }, "afk_timeout": { "type": "integer" }, @@ -5241,6 +5244,9 @@ }, "rules_channel_id": { "type": "string" + }, + "guild_template_code": { + "type": "string" } } }, @@ -5325,6 +5331,9 @@ }, "rules_channel_id": { "type": "string" + }, + "guild_template_code": { + "type": "string" } } }, @@ -8299,6 +8308,9 @@ "rules_channel_id": { "type": "string" }, + "guild_template_code": { + "type": "string" + }, "afk_timeout": { "type": "integer" }, @@ -13716,7 +13728,14 @@ }, "responses": { "200": { - "description": "No description available" + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/APIPublicMember" + } + } + } }, "400": { "description": "",