mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
docs(api): clarify the term 'nullable'
This commit is contained in:
parent
348b87f64d
commit
d8458c0846
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue