Skip to content

Commit d0c70bf

Browse files
committed
chore: generate OpenAPI specification
1 parent 113c1d0 commit d0c70bf

1 file changed

Lines changed: 27 additions & 11 deletions

File tree

OpenAPI.json

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"license": {
1313
"name": "AGPLv3",
14-
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
14+
"url": "https://github.com/upryzing/parrot/blob/master/LICENSE"
1515
},
16-
"version": "0.10.3"
16+
"version": "0.10.2"
1717
},
1818
"servers": [
1919
{
@@ -3948,7 +3948,7 @@
39483948
"Emojis"
39493949
],
39503950
"summary": "Create New Emoji",
3951-
"description": "Create an emoji by its Autumn upload id.",
3951+
"description": "Create an emoji by its Pigeon upload id.",
39523952
"operationId": "emoji_create_create_emoji",
39533953
"parameters": [
39543954
{
@@ -5882,12 +5882,12 @@
58825882
"title": "Feature Configuration",
58835883
"type": "object",
58845884
"required": [
5885-
"autumn",
58865885
"captcha",
5886+
"dove",
58875887
"email",
58885888
"invite_only",
5889-
"january",
5890-
"livekit"
5889+
"livekit",
5890+
"pigeon"
58915891
],
58925892
"properties": {
58935893
"captcha": {
@@ -5906,15 +5906,15 @@
59065906
"description": "Whether this server is invite only",
59075907
"type": "boolean"
59085908
},
5909-
"autumn": {
5909+
"pigeon": {
59105910
"description": "File server service configuration",
59115911
"allOf": [
59125912
{
59135913
"$ref": "#/components/schemas/Feature"
59145914
}
59155915
]
59165916
},
5917-
"january": {
5917+
"dove": {
59185918
"description": "Proxy service configuration",
59195919
"allOf": [
59205920
{
@@ -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
{
@@ -8363,7 +8379,7 @@
83638379
"nullable": true
83648380
},
83658381
"icon": {
8366-
"description": "Icon\n\nProvide an Autumn attachment Id.",
8382+
"description": "Icon\n\nProvide an Pigeon attachment Id.",
83678383
"type": "string",
83688384
"maxLength": 128,
83698385
"minLength": 1,
@@ -9219,7 +9235,7 @@
92199235
"nullable": true
92209236
},
92219237
"media": {
9222-
"description": "ID of uploaded autumn file",
9238+
"description": "ID of uploaded pigeon file",
92239239
"allOf": [
92249240
{
92259241
"$ref": "#/components/schemas/File"

0 commit comments

Comments
 (0)