Skip to content

Commit

Permalink
Merge pull request spacebarchat#1206 from DEVTomatoCake/feat/more-app…
Browse files Browse the repository at this point in the history
…lication-properties

Add more application properties
  • Loading branch information
MaddyUnderStars authored Aug 31, 2024
2 parents 3a63ae8 + e807037 commit f9ed681
Show file tree
Hide file tree
Showing 8 changed files with 1,363 additions and 11 deletions.
18 changes: 18 additions & 0 deletions assets/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
"icon": {
"type": "string"
},
"cover_image": {
"type": "string"
},
"interactions_endpoint_url": {
"type": "string"
},
Expand Down Expand Up @@ -169,6 +172,12 @@
},
"flags": {
"type": "integer"
},
"custom_install_url": {
"type": "string"
},
"guild_id": {
"type": "string"
}
}
},
Expand Down Expand Up @@ -3099,6 +3108,15 @@
"privacy_policy_url": {
"type": "string"
},
"guild_id": {
"type": "string"
},
"guild": {
"$ref": "#/components/schemas/Guild"
},
"custom_install_url": {
"type": "string"
},
"team": {
"$ref": "#/components/schemas/Team"
},
Expand Down
Loading

0 comments on commit f9ed681

Please sign in to comment.