Skip to content

Commit

Permalink
Update API definition
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Mar 31, 2024
1 parent 5a102a1 commit 5a604af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Repository.openapi+json.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
}
}
},
"/gametracker/{ipAddress}:{queryPort}/{imageName}.png": {
"/gametracker/{ipAddress}:{queryPort}/{imageName}": {
"get": {
"tags": [
"GameTrackerBanner"
Expand Down Expand Up @@ -2029,7 +2029,8 @@
"enum": [
"LiveTrackingEnabled",
"PortalServerListEnabled",
"BannerServerListEnabled"
"BannerServerListEnabled",
"BotEnabled"
],
"type": "string",
"format": "int32"
Expand Down

0 comments on commit 5a604af

Please sign in to comment.