Skip to content

Commit a30cdb4

Browse files
committed
Updated API from documentation release
1 parent 524cda1 commit a30cdb4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

api-specs/api/types/product-tailoring/ProductTailoringData.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ properties:
3636
Tailored Variants of the Product.
3737
attributes?:
3838
type: ProductTailoringAttribute[]
39-
(beta): true
4039
description: |
4140
Attributes of the tailored Product.
4241
If available, these Attributes are selectively merged into the `attributes` of the corresponding [Product](ctp:api:type:Product). If the Product contains an Attribute with the same `name`, then its `value` is overwritten. Otherwise, the Attribute and its `value` are added to the Product.

api-specs/api/types/product-tailoring/ProductTailoringDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ properties:
5454
Tailored Variants of the Product.
5555
attributes?:
5656
type: ProductTailoringAttribute[]
57-
(beta): true
5857
description: |
5958
Attributes of the tailored Product.
6059
If provided, these Attributes are selectively merged into the `attributes` of the corresponding [Product](ctp:api:type:Product). If the Product contains an Attribute with the same `name`, then its `value` is overwritten. Otherwise, the Attribute and its `value` are added to the Product.

api-specs/api/types/product-tailoring/ProductTailoringInStoreDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ properties:
4949
Tailored Variants of the Product.
5050
attributes?:
5151
type: ProductTailoringAttribute[]
52-
(beta): true
5352
description: |
5453
Attributes of the tailored Product.
5554
If provided, these Attributes are selectively merged into the `attributes` of the corresponding [Product](ctp:api:type:Product). If the Product contains an Attribute with the same `name`, then its `value` is overwritten. Otherwise, the Attribute and its `value` are added to the Product.

0 commit comments

Comments
 (0)