feat(docs): add proxy_tags to member object, add note about max proxy tag length

This commit is contained in:
spiral 2021-11-08 11:11:36 -05:00
parent 6da1bbd267
commit 7205fd1595
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -48,6 +48,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|banner|?string|256-character limit, must be a publicly-accessible URL|
|description|?string|1000-character limit|
|created|?datetime||
|proxy_tags|array of [ProxyTag objects](#proxytag-object)|
|keep_proxy|boolean||
|privacy|?member privacy object||
@ -60,6 +61,8 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
| prefix | ?string |
| suffix | ?string |
* Note: `prefix + "text" + suffix` must be shorter than 100 characters in total.
### Group model
|key|type|notes|