Changing implementation for url to align with spec
[ric-plt/a1.git] / pkg / restapi / operations / a1_mediator / a1_controller_create_policy_type_urlbuilder.go
index 5825707..7547edd 100644 (file)
@@ -62,7 +62,7 @@ func (o *A1ControllerCreatePolicyTypeURL) SetBasePath(bp string) {
 func (o *A1ControllerCreatePolicyTypeURL) 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 != "" {