Skip to content

Commit 70f4937

Browse files
committed
chore: generate OpenAPI specification
1 parent 2f0b6c9 commit 70f4937

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

OpenAPI.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7213,6 +7213,14 @@
72137213
"type": "string",
72147214
"nullable": true
72157215
},
7216+
"pronouns": {
7217+
"description": "Preferred pronouns",
7218+
"type": "array",
7219+
"items": {
7220+
"type": "string"
7221+
},
7222+
"nullable": true
7223+
},
72167224
"avatar": {
72177225
"description": "Avatar attachment",
72187226
"allOf": [
@@ -7631,6 +7639,13 @@
76317639
"pattern": "^[^\\u200B\\n\\r]+$",
76327640
"nullable": true
76337641
},
7642+
"pronouns": {
7643+
"type": "array",
7644+
"items": {
7645+
"type": "string"
7646+
},
7647+
"nullable": true
7648+
},
76347649
"avatar": {
76357650
"description": "Attachment Id for avatar",
76367651
"type": "string",
@@ -7709,7 +7724,8 @@
77097724
"StatusPresence",
77107725
"ProfileContent",
77117726
"ProfileBackground",
7712-
"DisplayName"
7727+
"DisplayName",
7728+
"Pronouns"
77137729
]
77147730
},
77157731
{

0 commit comments

Comments
 (0)