From 7205fd1595a0ae058e6e6c5cb37c4b058b8f648d Mon Sep 17 00:00:00 2001 From: spiral Date: Mon, 8 Nov 2021 11:11:36 -0500 Subject: [PATCH] feat(docs): add proxy_tags to member object, add note about max proxy tag length --- docs/content/api/models.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/api/models.md b/docs/content/api/models.md index fe0c7aef..69fca8d6 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -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|