Skip to content

Commit c27603f

Browse files
committed
Updated API from documentation release
1 parent 3bde1ef commit c27603f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ get:
1616
body:
1717
application/json:
1818
example: !include ../examples/product-tailoring-list.example.json
19+
head:
20+
securedBy: [oauth_2_0: { scopes: ['view_products:{projectKey}'] }]
21+
description: Checks if a ProductTailoring exists for a given Query Predicate. Returns a `200 OK` status if any ProductTailoring match the Query Predicate or a `404 Not Found` otherwise.
22+
queryParameters:
23+
where?:
24+
type: QueryPredicate[]
1925
post:
2026
description: |
2127
Generates the [ProductTailoringCreated](ctp:api:type:ProductTailoringCreatedMessage) Message.

0 commit comments

Comments
 (0)