From aa103f85e79acc1e227fa28b6d87a9fc3293cdf5 Mon Sep 17 00:00:00 2001 From: Zowie <50455229+z0w13@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:39:23 +0200 Subject: [PATCH] fix(docs): add missing `avatar_url` and `display_name` properties to `system guild settings` model (#765) --- docs/content/api/models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/api/models.md b/docs/content/api/models.md index 64bc475c..65fba699 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -173,6 +173,8 @@ This model is used when querying system settings without authenticating, or for |proxying_enabled|boolean|| |tag|?string|79-character limit| |tag_enabled|boolean|| +|avatar_url|?string|256-character limit| +|display_name|?string|100-character limit| ### Autoproxy settings model