We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1af6f commit b507872Copy full SHA for b507872
src/main/java/com/botdetector/http/BotDetectorClient.java
@@ -95,7 +95,7 @@ private enum ApiPath
95
PLAYER_STATS_REPORTS("v2/player/report/score"),
96
PLAYER_STATS_FEEDBACK("v2/player/feedback/score"),
97
PREDICTION("v2/player/prediction"),
98
- FEEDBACK("v2/feedback"),
+ FEEDBACK("v1/feedback/"), // Remove last forward slash when using v2!
99
VERIFY_DISCORD("site/discord_user")
100
;
101
0 commit comments