From c63eca0f8721015c39005675f88c08ae4f1efbf5 Mon Sep 17 00:00:00 2001 From: Nico Kroll Date: Fri, 29 May 2026 11:13:44 +0200 Subject: [PATCH] Unification of SearchTerm -> SearchTerm1 --- src/v2/shop.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/v2/shop.yaml b/src/v2/shop.yaml index 7d2da85..b940c95 100644 --- a/src/v2/shop.yaml +++ b/src/v2/shop.yaml @@ -440,7 +440,7 @@ paths: - "Search" parameters: - $ref: "#/components/parameters/GuidOnlineService" - - $ref: "#/components/parameters/SearchTerm" + - $ref: "#/components/parameters/SearchTerm1" - $ref: "#/components/parameters/GuidMaterialType" - $ref: "#/components/parameters/GuidVehicleType" - $ref: "#/components/parameters/GuidWidth" @@ -613,7 +613,7 @@ paths: - "Search" parameters: - $ref: "#/components/parameters/GuidOnlineService" - - $ref: "#/components/parameters/SearchTerm" + - $ref: "#/components/parameters/SearchTerm1" - $ref: "#/components/parameters/GuidMaterialType" - $ref: "#/components/parameters/GuidVehicleType" - $ref: "#/components/parameters/GuidWidth" @@ -658,7 +658,7 @@ paths: - "Search" parameters: - $ref: "#/components/parameters/GuidOnlineService" - - $ref: "#/components/parameters/SearchTerm" + - $ref: "#/components/parameters/SearchTerm1" - $ref: "#/components/parameters/GuidMaterialType" - $ref: "#/components/parameters/GuidVehicleType" - $ref: "#/components/parameters/GuidWidth"