From 4396d120d84820c8dee99e5aef8e193ee08a556c Mon Sep 17 00:00:00 2001 From: zowie Date: Wed, 6 Aug 2025 12:12:08 +0200 Subject: [PATCH] fix(docs): add missing `description_templates` property to `system settings` model --- docs/content/api/models.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/api/models.md b/docs/content/api/models.md index 47dc41af..3625b08e 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -130,6 +130,7 @@ The PluralKit Discord bot can be configured to display short IDs in uppercase, o |hid_list_padding|[ID padding format](#id-padding-format-enum)|whether the bot will pad 5-character ids in lists| |proxy_switch|[proxy switch action](#proxy-switch-action-enum)|switch action the bot will take when proxying| |name_format|string|format used for webhook names during proxying (defaults to `{name} {tag}`)| +|description_templates|array of strings|used by the dashboard for predefined description templates (max of 3, 1000-character limit each)| \* this *does not* affect members/groups created through the API - please specify privacy keys in the JSON payload instead