From 101c585d44efc5d6002be54550f63db6c110503a Mon Sep 17 00:00:00 2001 From: Zowie <50455229+z0w13@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:59:08 +0200 Subject: [PATCH] fix(docs): add missing `created` property to group model (#761) --- 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 5d5938d0..dd8e1fc8 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -82,6 +82,7 @@ The PluralKit Discord bot can be configured to display short IDs in uppercase, o |name|string|100-character limit| |display_name|?string|100-character limit| |description|?string|1000-character limit| +|created|?datetime|| |icon|?string|256-character limit, must be a publicly-accessible URL| |banner|?string|256-character limit, must be a publicly-accessible URL| |color|?string|6-character hex code, no `#` at the beginning|