Skip to content

Commit edc343a

Browse files
committed
chore: generate OpenAPI specification
1 parent eb9d74d commit edc343a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

OpenAPI.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6486,6 +6486,14 @@
64866486
],
64876487
"nullable": true
64886488
},
6489+
"pronouns": {
6490+
"description": "Pronouns",
6491+
"type": "array",
6492+
"items": {
6493+
"type": "string"
6494+
},
6495+
"nullable": true
6496+
},
64896497
"relations": {
64906498
"description": "Relationships with other users",
64916499
"type": "array",
@@ -6850,6 +6858,14 @@
68506858
],
68516859
"nullable": true
68526860
},
6861+
"pronouns": {
6862+
"description": "The pronouns that the User uses",
6863+
"type": "array",
6864+
"items": {
6865+
"type": "string"
6866+
},
6867+
"nullable": true
6868+
},
68536869
"badges": {
68546870
"description": "Bitfield of user badges",
68556871
"type": "integer",
@@ -6903,6 +6919,7 @@
69036919
"ProfileContent",
69046920
"ProfileBackground",
69056921
"DisplayName",
6922+
"Pronouns",
69066923
"Internal"
69076924
]
69086925
},

0 commit comments

Comments
 (0)