Skip to content

Commit 24b128b

Browse files
committed
Updated API from documentation release
1 parent 929ad2f commit 24b128b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api-specs/api/resources/products.raml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ post:
9191
securedBy: [oauth_2_0: { scopes: ['manage_products:{projectKey}'] }]
9292
is:
9393
- priceSelecting
94-
description: A failed response can return a [DuplicatePriceScope](ctp:api:type:DuplicatePriceScopeError), [DuplicateVariantValues](ctp:api:type:DuplicateVariantValuesError), [DuplicateAttributeValue](ctp:api:type:DuplicateAttributeValueError), or [DuplicateAttributeValues](ctp:api:type:DuplicateAttributeValuesError) error.
94+
description: |-
95+
A failed response can return a [DuplicatePriceScope](ctp:api:type:DuplicatePriceScopeError), [DuplicateVariantValues](ctp:api:type:DuplicateVariantValuesError), [DuplicateAttributeValue](ctp:api:type:DuplicateAttributeValueError), or [DuplicateAttributeValues](ctp:api:type:DuplicateAttributeValuesError) error.
9596
body:
9697
application/json:
9798
example: !include ../examples/product-update.example.json

0 commit comments

Comments
 (0)