From b4cb577252e1509304e136031a49ac8701531e88 Mon Sep 17 00:00:00 2001 From: zowie Date: Fri, 11 Jul 2025 15:50:13 +0200 Subject: [PATCH] fix(docs): mark system model's `created` as non-null --- docs/content/api/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/models.md b/docs/content/api/models.md index 5d5938d0..53bfe45c 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -31,7 +31,7 @@ The PluralKit Discord bot can be configured to display short IDs in uppercase, o |avatar_url|?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| -|created|?datetime|| +|created|datetime|| |privacy|?system privacy object|| * System privacy keys: `description_privacy`, `pronoun_privacy`, `member_list_privacy`, `group_list_privacy`, `front_privacy`, `front_history_privacy`