From 0225275b1ce527a78cc170f64c1b047e8ef34bad Mon Sep 17 00:00:00 2001 From: Zowie <50455229+z0w13@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:01:24 +0200 Subject: [PATCH] fix(docs): mark system model's `created` as not nullable (#751) --- 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 dd8e1fc8..abf8c7db 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`