Changing implementation for url to align with spec
[ric-plt/a1.git] / pkg / restapi / operations / a1_mediator / a1_controller_get_all_policy_types_urlbuilder.go
index 2a5c4da..867842c 100644 (file)
@@ -55,7 +55,7 @@ func (o *A1ControllerGetAllPolicyTypesURL) SetBasePath(bp string) {
 func (o *A1ControllerGetAllPolicyTypesURL) Build() (*url.URL, error) {
        var _result url.URL
 
-       var _path = "/a1-p/policytypes"
+       var _path = "/A1-P/v2/policytypes"
 
        _basePath := o._basePath
        _result.Path = golangswaggerpaths.Join(_basePath, _path)