Add pronouns field in member model in API docs
This commit is contained in:
parent
d875472c9f
commit
32fe52c959
@ -55,6 +55,7 @@ The following three models (usually represented in JSON format) represent the va
|
|||||||
| name | string? | Yes | 50-character limit. |
|
| name | string? | Yes | 50-character limit. |
|
||||||
| display_name | string? | Yes | 50-character limit. |
|
| display_name | string? | Yes | 50-character limit. |
|
||||||
| description | string? | Yes | 1000-character limit. |
|
| description | string? | Yes | 1000-character limit. |
|
||||||
|
| pronouns | string? | Yes | 100-character limit. |
|
||||||
| color | color? | Yes | 6-char hex (eg. `ff7000`), sans `#`. |
|
| color | color? | Yes | 6-char hex (eg. `ff7000`), sans `#`. |
|
||||||
| avatar_url | url? | Yes | Not validated server-side. |
|
| 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. |
|
| 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. |
|
||||||
|
Loading…
Reference in New Issue
Block a user