File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/vpc/v2 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ async def get_acl(
11521152
11531153 res = self ._request (
11541154 "GET" ,
1155- f"/vpc/v2/regions/{ param_region } /vpc /{ param_vpc_id } /acl-rules" ,
1155+ f"/vpc/v2/regions/{ param_region } /vpcs /{ param_vpc_id } /acl-rules" ,
11561156 params = {
11571157 "is_ipv6" : is_ipv6 ,
11581158 },
@@ -1198,7 +1198,7 @@ async def set_acl(
11981198
11991199 res = self ._request (
12001200 "PUT" ,
1201- f"/vpc/v2/regions/{ param_region } /vpc /{ param_vpc_id } /acl-rules" ,
1201+ f"/vpc/v2/regions/{ param_region } /vpcs /{ param_vpc_id } /acl-rules" ,
12021202 body = marshal_SetAclRequest (
12031203 SetAclRequest (
12041204 vpc_id = vpc_id ,
Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ def get_acl(
11521152
11531153 res = self ._request (
11541154 "GET" ,
1155- f"/vpc/v2/regions/{ param_region } /vpc /{ param_vpc_id } /acl-rules" ,
1155+ f"/vpc/v2/regions/{ param_region } /vpcs /{ param_vpc_id } /acl-rules" ,
11561156 params = {
11571157 "is_ipv6" : is_ipv6 ,
11581158 },
@@ -1198,7 +1198,7 @@ def set_acl(
11981198
11991199 res = self ._request (
12001200 "PUT" ,
1201- f"/vpc/v2/regions/{ param_region } /vpc /{ param_vpc_id } /acl-rules" ,
1201+ f"/vpc/v2/regions/{ param_region } /vpcs /{ param_vpc_id } /acl-rules" ,
12021202 body = marshal_SetAclRequest (
12031203 SetAclRequest (
12041204 vpc_id = vpc_id ,
You can’t perform that action at this time.
0 commit comments