File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
api/product_catalog/v2alpha1 Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -584,9 +584,6 @@ type PublicCatalogAPIListPublicCatalogProductsRequest struct {
584584
585585 // ProductTypes: the list of filtered product categories.
586586 ProductTypes []ListPublicCatalogProductsRequestProductType `json:"-"`
587-
588- // Locality: the locality of the products to filter by. If not set, all localities are returned.
589- Locality * PublicCatalogProductLocality `json:"-"`
590587}
591588
592589type PublicCatalogAPI struct {
@@ -613,7 +610,6 @@ func (s *PublicCatalogAPI) ListPublicCatalogProducts(req *PublicCatalogAPIListPu
613610 parameter .AddToQuery (query , "page" , req .Page )
614611 parameter .AddToQuery (query , "page_size" , req .PageSize )
615612 parameter .AddToQuery (query , "product_types" , req .ProductTypes )
616- parameter .AddToQuery (query , "locality" , req .Locality )
617613
618614 scwReq := & scw.ScalewayRequest {
619615 Method : "GET" ,
You can’t perform that action at this time.
0 commit comments