From 6892be230f1ad73f1150dd544c9fa7fee0e6b123 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:17:47 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/resources/product-selections.raml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-specs/api/resources/product-selections.raml b/api-specs/api/resources/product-selections.raml index 61d6f7569..7d078916e 100644 --- a/api-specs/api/resources/product-selections.raml +++ b/api-specs/api/resources/product-selections.raml @@ -80,6 +80,9 @@ post: type: base get: description: + queryParameters: + where?: + type: QueryPredicate[] securedBy: [oauth_2_0: { scopes: ['view_product_selections:{projectKey}'] }] is: @@ -133,6 +136,9 @@ post: type: base get: description: + queryParameters: + where?: + type: QueryPredicate[] securedBy: [oauth_2_0: { scopes: ['view_product_selections:{projectKey}'] }] is: