docs(api): clarify the term 'nullable'

This commit is contained in:
spiral 2021-08-03 20:11:02 -04:00
parent 348b87f64d
commit d8458c0846
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -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