Cizz22 3 months ago
parent a8a077e59f
commit 2ed508725b

@ -233,7 +233,7 @@ def get_asset_batch(location_tags: List[str], nr_location_tags: List[str],
Returns:
Dictionary with response data or None if error
"""
url = f"{base_url}/reliability/asset/batch"
url = f"{base_url}/asset/batch"
results = defaultdict(dict)
payload = {

Loading…
Cancel
Save