From 32fe52c95967c9041fb985a6a2a5083976be1c00 Mon Sep 17 00:00:00 2001 From: kittens Date: Thu, 10 Sep 2020 06:10:20 -0400 Subject: [PATCH] Add pronouns field in member model in API docs --- docs/content/api-documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/api-documentation.md b/docs/content/api-documentation.md index 54179ec6..4ef72535 100644 --- a/docs/content/api-documentation.md +++ b/docs/content/api-documentation.md @@ -55,6 +55,7 @@ The following three models (usually represented in JSON format) represent the va | name | string? | Yes | 50-character limit. | | display_name | string? | Yes | 50-character limit. | | description | string? | Yes | 1000-character limit. | +| pronouns | string? | Yes | 100-character limit. | | color | color? | Yes | 6-char hex (eg. `ff7000`), sans `#`. | | avatar_url | url? | Yes | Not validated server-side. | | birthday | date? | Yes | ISO-8601 (`YYYY-MM-DD`) format, year of `0001` or `0004` means hidden year. Birthdays set after 2020-02-10 use `0004` as a sentinel year, but both options are recognized as valid. |