From 30effdd2a99b7890ac3f14e82643ce631369ba91 Mon Sep 17 00:00:00 2001 From: zowie Date: Mon, 4 Aug 2025 19:46:01 +0200 Subject: [PATCH] fix(docs) add missing `created` property to group 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 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|