diff --git a/ENDPOINTS.md b/ENDPOINTS.md index 6fa5b5bc..9cc6262f 100644 --- a/ENDPOINTS.md +++ b/ENDPOINTS.md @@ -1,6 +1,6 @@ **THIS FILE WAS AUTO-GENERATED DO NOT EDIT** -Generated for: catalystwan-0.34.1 +Generated for: catalystwan-0.35.1 All URIs are relative to */dataservice* HTTP request | Supported Versions | Method | Payload Type | Return Type | Tenancy Mode diff --git a/catalystwan/api/admin_tech_api.py b/catalystwan/api/admin_tech_api.py index ad3eb62e..1d1d566d 100644 --- a/catalystwan/api/admin_tech_api.py +++ b/catalystwan/api/admin_tech_api.py @@ -119,7 +119,7 @@ def generate( response = http_error.response # type: ignore if response.status_code == 200: filename = response.json()["fileName"] - self._get_tokenn_id(filename=filename, timeout=request_timeout, interval=polling_interval) + self._get_token_id(filename=filename, timeout=request_timeout, interval=polling_interval) return filename if response.status_code == 400 and create_admin_tech_error_msgs in response.json().get("error", {}).get( "details", ""