Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Oct 18, 2024
1 parent 3bde1ef commit c27603f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-specs/api/resources/product-tailoring.raml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ get:
body:
application/json:
example: !include ../examples/product-tailoring-list.example.json
head:
securedBy: [oauth_2_0: { scopes: ['view_products:{projectKey}'] }]
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.
queryParameters:
where?:
type: QueryPredicate[]
post:
description: |
Generates the [ProductTailoringCreated](ctp:api:type:ProductTailoringCreatedMessage) Message.
Expand Down

0 comments on commit c27603f

Please sign in to comment.