|
11 | 11 | }, |
12 | 12 | "license": { |
13 | 13 | "name": "AGPLv3", |
14 | | - "url": "https://github.com/revoltchat/delta/blob/master/LICENSE" |
| 14 | + "url": "https://github.com/upryzing/parrot/blob/master/LICENSE" |
15 | 15 | }, |
16 | | - "version": "0.10.3" |
| 16 | + "version": "0.10.2" |
17 | 17 | }, |
18 | 18 | "servers": [ |
19 | 19 | { |
|
3948 | 3948 | "Emojis" |
3949 | 3949 | ], |
3950 | 3950 | "summary": "Create New Emoji", |
3951 | | - "description": "Create an emoji by its Autumn upload id.", |
| 3951 | + "description": "Create an emoji by its Pigeon upload id.", |
3952 | 3952 | "operationId": "emoji_create_create_emoji", |
3953 | 3953 | "parameters": [ |
3954 | 3954 | { |
|
5882 | 5882 | "title": "Feature Configuration", |
5883 | 5883 | "type": "object", |
5884 | 5884 | "required": [ |
5885 | | - "autumn", |
5886 | 5885 | "captcha", |
| 5886 | + "dove", |
5887 | 5887 | "email", |
5888 | 5888 | "invite_only", |
5889 | | - "january", |
5890 | | - "livekit" |
| 5889 | + "livekit", |
| 5890 | + "pigeon" |
5891 | 5891 | ], |
5892 | 5892 | "properties": { |
5893 | 5893 | "captcha": { |
|
5906 | 5906 | "description": "Whether this server is invite only", |
5907 | 5907 | "type": "boolean" |
5908 | 5908 | }, |
5909 | | - "autumn": { |
| 5909 | + "pigeon": { |
5910 | 5910 | "description": "File server service configuration", |
5911 | 5911 | "allOf": [ |
5912 | 5912 | { |
5913 | 5913 | "$ref": "#/components/schemas/Feature" |
5914 | 5914 | } |
5915 | 5915 | ] |
5916 | 5916 | }, |
5917 | | - "january": { |
| 5917 | + "dove": { |
5918 | 5918 | "description": "Proxy service configuration", |
5919 | 5919 | "allOf": [ |
5920 | 5920 | { |
|
7213 | 7213 | "type": "string", |
7214 | 7214 | "nullable": true |
7215 | 7215 | }, |
| 7216 | + "pronouns": { |
| 7217 | + "description": "Preferred pronouns", |
| 7218 | + "type": "array", |
| 7219 | + "items": { |
| 7220 | + "type": "string" |
| 7221 | + }, |
| 7222 | + "nullable": true |
| 7223 | + }, |
7216 | 7224 | "avatar": { |
7217 | 7225 | "description": "Avatar attachment", |
7218 | 7226 | "allOf": [ |
|
7631 | 7639 | "pattern": "^[^\\u200B\\n\\r]+$", |
7632 | 7640 | "nullable": true |
7633 | 7641 | }, |
| 7642 | + "pronouns": { |
| 7643 | + "type": "array", |
| 7644 | + "items": { |
| 7645 | + "type": "string" |
| 7646 | + }, |
| 7647 | + "nullable": true |
| 7648 | + }, |
7634 | 7649 | "avatar": { |
7635 | 7650 | "description": "Attachment Id for avatar", |
7636 | 7651 | "type": "string", |
|
7709 | 7724 | "StatusPresence", |
7710 | 7725 | "ProfileContent", |
7711 | 7726 | "ProfileBackground", |
7712 | | - "DisplayName" |
| 7727 | + "DisplayName", |
| 7728 | + "Pronouns" |
7713 | 7729 | ] |
7714 | 7730 | }, |
7715 | 7731 | { |
|
8363 | 8379 | "nullable": true |
8364 | 8380 | }, |
8365 | 8381 | "icon": { |
8366 | | - "description": "Icon\n\nProvide an Autumn attachment Id.", |
| 8382 | + "description": "Icon\n\nProvide an Pigeon attachment Id.", |
8367 | 8383 | "type": "string", |
8368 | 8384 | "maxLength": 128, |
8369 | 8385 | "minLength": 1, |
|
9219 | 9235 | "nullable": true |
9220 | 9236 | }, |
9221 | 9237 | "media": { |
9222 | | - "description": "ID of uploaded autumn file", |
| 9238 | + "description": "ID of uploaded pigeon file", |
9223 | 9239 | "allOf": [ |
9224 | 9240 | { |
9225 | 9241 | "$ref": "#/components/schemas/File" |
|
0 commit comments