We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0b6c9 commit 70f4937Copy full SHA for 70f4937
1 file changed
OpenAPI.json
@@ -7213,6 +7213,14 @@
7213
"type": "string",
7214
"nullable": true
7215
},
7216
+ "pronouns": {
7217
+ "description": "Preferred pronouns",
7218
+ "type": "array",
7219
+ "items": {
7220
+ "type": "string"
7221
+ },
7222
+ "nullable": true
7223
7224
"avatar": {
7225
"description": "Avatar attachment",
7226
"allOf": [
@@ -7631,6 +7639,13 @@
7631
7639
"pattern": "^[^\\u200B\\n\\r]+$",
7632
7640
7633
7641
7642
7643
7644
7645
7646
7647
7648
7634
7649
7635
7650
"description": "Attachment Id for avatar",
7636
7651
@@ -7709,7 +7724,8 @@
7709
7724
"StatusPresence",
7710
7725
"ProfileContent",
7711
7726
"ProfileBackground",
7712
- "DisplayName"
7727
+ "DisplayName",
7728
+ "Pronouns"
7713
7729
]
7714
7730
7715
7731
{
0 commit comments