diff --git a/api/vpc/v2/vpc_sdk.go b/api/vpc/v2/vpc_sdk.go index d19059bc2..8cf4ba141 100644 --- a/api/vpc/v2/vpc_sdk.go +++ b/api/vpc/v2/vpc_sdk.go @@ -527,6 +527,7 @@ type EnableRoutingRequest struct { // Region: region to target. If none is passed will use default region from the config. Region scw.Region `json:"-"` + // VpcID: vPC ID. VpcID string `json:"-"` }