feat(apiv2): docs fixes

This commit is contained in:
spiral
2021-10-22 17:54:47 -04:00
parent 7d36a39a57
commit 8e0e393f52
4 changed files with 10 additions and 9 deletions

View File

@@ -80,6 +80,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|key|type|notes|
|---|---|---|
|id|uuid||
|timestamp|datetime||
| members | list of id/Member | Is sometimes in plain ID list form (eg. `GET /systems/:id/switches`), sometimes includes the full Member model (eg. `GET /systems/:id/fronters`). |