@campaigns_api.route("/api/v1.0/campaigns//", methods=["PUT"]) # TODO: This breaks the magicaltavern-bot. An API Version v1.1 has to be created which has @campaigns_api.route("/api/v1.0/campaigns//player/", methods=["PUT"]) instead of the current PUT function.
This issue got created during the merge request, to keep the current website code running, since it relies on a different version of this put request, but it breaks the bot. This is entirely my fault, since I did not create a new API Version for this change. This needs to be done now though.
api/v1_0/campaigns.py: