From d8458c0846263cddea268b709cc5d0ea3fad6419 Mon Sep 17 00:00:00 2001 From: spiral Date: Tue, 3 Aug 2021 20:11:02 -0400 Subject: [PATCH] docs(api): clarify the term 'nullable' --- docs/content/api-documentation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/api-documentation.md b/docs/content/api-documentation.md index e47d35d4..5fbbe033 100644 --- a/docs/content/api-documentation.md +++ b/docs/content/api-documentation.md @@ -44,7 +44,8 @@ responses (eg. fronter, switches, member list), the entire request will return ` system's token (as described above) will override these privacy settings and show the full information. ## Models -The following three models (usually represented in JSON format) represent the various objects in PluralKit's API. A `?` after the column type indicates an optional (nullable) parameter. +The following three models (usually represented in JSON format) represent the various objects in PluralKit's API. +A `?` after the column type indicates a nullable parameter (value can be cleared by setting it to null). ### System model