Changing implementation for url to align with spec
[ric-plt/a1.git] / pkg / restapi / operations / a1_mediator / a1_controller_delete_policy_type_urlbuilder.go
index 322d4ac..6d3334d 100644 (file)
@@ -62,7 +62,7 @@ func (o *A1ControllerDeletePolicyTypeURL) SetBasePath(bp string) {
 func (o *A1ControllerDeletePolicyTypeURL) Build() (*url.URL, error) {
        var _result url.URL
 
-       var _path = "/a1-p/policytypes/{policy_type_id}"
+       var _path = "/A1-P/v2/policytypes/{policy_type_id}"
 
        policyTypeID := swag.FormatInt64(o.PolicyTypeID)
        if policyTypeID != "" {