Skip to content

Commit f9ed681

Browse files
Merge pull request #1206 from DEVTomatoCake/feat/more-application-properties
Add more application properties
2 parents 3a63ae8 + e807037 commit f9ed681

File tree

8 files changed

+1363
-11
lines changed

8 files changed

+1363
-11
lines changed

assets/openapi.json

+18
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
"icon": {
137137
"type": "string"
138138
},
139+
"cover_image": {
140+
"type": "string"
141+
},
139142
"interactions_endpoint_url": {
140143
"type": "string"
141144
},
@@ -169,6 +172,12 @@
169172
},
170173
"flags": {
171174
"type": "integer"
175+
},
176+
"custom_install_url": {
177+
"type": "string"
178+
},
179+
"guild_id": {
180+
"type": "string"
172181
}
173182
}
174183
},
@@ -3099,6 +3108,15 @@
30993108
"privacy_policy_url": {
31003109
"type": "string"
31013110
},
3111+
"guild_id": {
3112+
"type": "string"
3113+
},
3114+
"guild": {
3115+
"$ref": "#/components/schemas/Guild"
3116+
},
3117+
"custom_install_url": {
3118+
"type": "string"
3119+
},
31023120
"team": {
31033121
"$ref": "#/components/schemas/Team"
31043122
},

0 commit comments

Comments
 (0)