Skip to content

Commit f308ced

Browse files
committed
Updated API from documentation release
1 parent 0a197c1 commit f308ced

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api-specs/api/types/cart/Cart.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ properties:
192192
deleteDaysAfterLastModification?:
193193
type: integer
194194
description: |
195-
Number of days after which an active Cart is deleted since its last modification. Configured in [Project settings](ctp:api:type:CartsConfiguration).
195+
Number of days after the last modification before a Cart is deleted. Configured in [Project settings](ctp:api:type:CartsConfiguration).
196196
default: 90
197197
createdAt:
198198
type: datetime

api-specs/api/types/cart/CartDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ properties:
138138
type: number
139139
format: int64
140140
description: |
141-
Number of days after which an active Cart is deleted since its last modification.
141+
Number of days after the last modification before a Cart is deleted.
142142
If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
143143
144144
Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.

api-specs/api/types/cart/updates/CartSetDeleteDaysAfterLastModificationAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: CartSetDeleteDaysAfterLastModificationAction
55
discriminatorValue: setDeleteDaysAfterLastModification
66
example: !include ../../../examples/Cart/CartSetDeleteDaysAfterLastModificationAction.json
77
description: |
8-
Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
8+
Number of days after the last modification before a Cart is deleted.
99
1010
If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
1111
properties:

api-specs/api/types/me/MyCartDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ properties:
8181
type: number
8282
format: int64
8383
description: |
84-
Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
84+
Number of days after the last modification before a Cart is deleted.
8585
If not provided, the default value for this field configured in [Project settings](ctp:api:type:CartsConfiguration) is assigned.
8686
8787
Create a [ChangeSubscription](ctp:api:type:ChangeSubscription) for Carts to receive a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) upon deletion of the Cart.

api-specs/api/types/me/updates/MyCartSetDeleteDaysAfterLastModificationAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: MyCartSetDeleteDaysAfterLastModificationAction
55
discriminatorValue: setDeleteDaysAfterLastModification
66
example: !include ../../../examples/Cart/CartSetDeleteDaysAfterLastModificationAction.json
77
description: |
8-
Number of days after which a Cart with `Active` [CartState](ctp:api:type:CartState) is deleted since its last modification.
8+
Number of days after the last modification before a Cart is deleted.
99
1010
If a [ChangeSubscription](ctp:api:type:ChangeSubscription) exists for Carts, a [ResourceDeletedDeliveryPayload](ctp:api:type:ResourceDeletedDeliveryPayload) is sent.
1111
properties:

0 commit comments

Comments
 (0)