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

Commit

Permalink
fix sdwan other endpoint uri
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasan committed Apr 10, 2024
1 parent 3675b4c commit d3dec34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit d3dec34

Please sign in to comment.