We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ce673 commit b2ea990Copy full SHA for b2ea990
opentakserver/blueprints/marti_api/group_marti_api.py
@@ -159,6 +159,7 @@ def put_active_bits():
159
@group_api.route('/Marti/api/groups/active', methods=['PUT'])
160
def put_active_groups():
161
logger.info(request.args)
162
+ logger.info(request.json)
163
uid = request.args.get("clientUid")
164
if not uid:
165
logger.error("clientUid required")
0 commit comments