Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Corrected typo and trigger update of endpoints doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brdw87 committed Aug 29, 2024
1 parent ccafc43 commit 645f794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ENDPOINTS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalystwan/api/admin_tech_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""
Expand Down

0 comments on commit 645f794

Please sign in to comment.