mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(docs): document 'system' key in member/group models
This commit is contained in:
parent
5656f592a9
commit
73f43b8cb3
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
|||
|---|---|---|
|
||||
|id|string||
|
||||
|uuid|string||
|
||||
|?system|string|id of system this member is registered in (only returned in `/members/:id` endpoint)|
|
||||
|name|string|100-character limit|
|
||||
|display_name|?string|100-character limit|
|
||||
|color|?string|6-character hex code, no `#` at the beginning|
|
||||
|
|
@ -75,6 +76,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
|||
|---|---|---|
|
||||
|id|string||
|
||||
|uuid|string||
|
||||
|?system|string|id of system this group is registered in (only returned in `/groups/:id` endpoint)|
|
||||
|name|string|100-character limit|
|
||||
|display_name|?string|100-character limit|
|
||||
|description|?string|1000-character limit|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue