Merge pull request #219 from dev-kittens/patch-3
Add pronouns field in member model in API docs
This commit is contained in:
		| @@ -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. | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user