Skip to content

Commit e5d97cd

Browse files
committed
Updated API from documentation release
1 parent db6e939 commit e5d97cd

28 files changed

+0
-46
lines changed

api-specs/api/types/cart-discount/CartDiscount.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ properties:
107107
description: |
108108
Custom Fields of the CartDiscount.
109109
discountGroup?:
110-
(beta): true
111110
type: DiscountGroupReference
112111
description: |
113112
Reference to a DiscountGroup that the CartDiscount belongs to.

api-specs/api/types/cart-discount/CartDiscountDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ properties:
8080
description: |
8181
Custom Fields of the CartDiscount.
8282
discountGroup?:
83-
(beta): true
8483
type: DiscountGroupResourceIdentifier
8584
description: |
8685
Reference to a DiscountGroup that the CartDiscount must belong to.

api-specs/api/types/cart-discount/updates/CartDiscountSetDiscountGroupAction.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ type: CartDiscountUpdateAction
44
displayName: CartDiscountSetDiscountGroupAction
55
discriminatorValue: setDiscountGroup
66
example: !include ../../../examples/CartDiscount/CartDiscountSetDiscountGroupAction.json
7-
(beta): true
87
properties:
98
discountGroup?:
109
type: DiscountGroupResourceIdentifier

api-specs/api/types/discount-group/DiscountGroup.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): DiscountGroup
33
displayName: DiscountGroup
44
(updateType): DiscountGroupUpdate
5-
(beta): true
65
type: BaseResource
76
example: !include ../../examples/discount-group.example.json
87
properties:

api-specs/api/types/discount-group/DiscountGroupDraft.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
displayName: DiscountGroupDraft
44
type: object
55
example: !include ../../examples/discount-group-create.example.json
6-
(beta): true
76
properties:
87
name?:
98
type: LocalizedString

api-specs/api/types/discount-group/DiscountGroupPagedQueryResponse.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): DiscountGroup
33
displayName: DiscountGroupPagedQueryResponse
44
type: object
5-
(beta): true
65
description: |
76
[PagedQueryResult](/../api/general-concepts#pagedqueryresult) with `results` containing an array of [DiscountGroup](ctp:api:type:DiscountGroup).
87
properties:

api-specs/api/types/discount-group/DiscountGroupReference.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
type: Reference
44
displayName: DiscountGroupReference
55
discriminatorValue: discount-group
6-
(beta): true
76
description: |
87
[Reference](ctp:api:type:Reference) to a [DiscountGroup](ctp:api:type:DiscountGroup).
98
properties:

api-specs/api/types/discount-group/DiscountGroupResourceIdentifier.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
type: ResourceIdentifier
44
displayName: DiscountGroupResourceIdentifier
55
discriminatorValue: discount-group
6-
(beta): true
76
description: |
87
[ResourceIdentifier](ctp:api:type:ResourceIdentifier) to a [DiscountGroup](ctp:api:type:DiscountGroup). Either `id` or `key` is required.
98
If both are set, an [InvalidJsonInput](/../api/errors#invalidjsoninput) error is returned.

api-specs/api/types/discount-group/DiscountGroupUpdate.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): DiscountGroup
33
type: object
44
displayName: DiscountGroupUpdate
5-
(beta): true
65
properties:
76
version:
87
type: number

api-specs/api/types/discount-group/DiscountGroupUpdateAction.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
type: object
44
displayName: DiscountGroupUpdateAction
55
discriminator: action
6-
(beta): true
76
properties:
87
action:
98
type: string

0 commit comments

Comments
 (0)