Skip to content

Commit 6892be2

Browse files
committed
Updated API from documentation release
1 parent f254d17 commit 6892be2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api-specs/api/resources/product-selections.raml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ post:
8080
type: base
8181
get:
8282
description:
83+
queryParameters:
84+
where?:
85+
type: QueryPredicate[]
8386
securedBy:
8487
[oauth_2_0: { scopes: ['view_product_selections:{projectKey}'] }]
8588
is:
@@ -133,6 +136,9 @@ post:
133136
type: base
134137
get:
135138
description:
139+
queryParameters:
140+
where?:
141+
type: QueryPredicate[]
136142
securedBy:
137143
[oauth_2_0: { scopes: ['view_product_selections:{projectKey}'] }]
138144
is:

0 commit comments

Comments
 (0)