mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add pronouns field in member model in API docs
This commit is contained in:
parent
d875472c9f
commit
32fe52c959
1 changed files with 1 additions and 0 deletions
|
|
@ -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. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue