From d3dec34eef52018a27c81a2980b62b3e9ec72336 Mon Sep 17 00:00:00 2001 From: sbasan Date: Wed, 10 Apr 2024 11:56:14 +0200 Subject: [PATCH] fix sdwan other endpoint uri --- .../endpoints/configuration/feature_profile/sdwan/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py b/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py index 230c98ac..d297b82d 100644 --- a/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +++ b/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py @@ -19,7 +19,7 @@ class OtherFeatureProfile(APIEndpoints): @versions(supported_versions=(">=20.9"), raises=False) - @get("​/v1​/feature-profile​/sdwan​/other") + @get("/v1/feature-profile/sdwan/other") def get_sdwan_other_feature_profiles( self, payload: Optional[GetFeatureProfilesPayload] ) -> DataSequence[FeatureProfileInfo]: