feat(docs): document 'system' key in member/group models

This commit is contained in:
alyssa 2024-05-03 01:18:15 +09:00
parent 5656f592a9
commit 73f43b8cb3

View file

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