web_mapping_app_item.get_data() will give me a json object, which has a map property:
'map': {'3D': False, '2D': True, 'position': {'left': 0, 'top': 40, 'right': 0, 'bottom': 0}, 'itemId': 'xyz', 'mapOptions': {}},
I need to update the map's itemId property of the web mapping application, how do I do that?