Skip to content

Commit a8d7fc0

Browse files
committed
Updated API from documentation release
1 parent d6bc7c8 commit a8d7fc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api-specs/api/types/recurring-order/RecurringOrderDraft.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ properties:
2222
format: int64
2323
description: |
2424
Current version of the referenced [Cart](ctp:api:type:Cart).
25-
startsAt:
25+
startsAt?:
2626
type: datetime
2727
description: |
28-
Date and time (UTC) when the RecurringOrder will start.
28+
Date and time (UTC) when the RecurringOrder will start. When specified, the date and time must be in the future. If not specified, the recurring order will start immediately.
2929
expiresAt?:
3030
type: datetime
3131
description: |

api-specs/graphql/schema.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10964,7 +10964,7 @@ input RecurringOrderDraft {
1096410964
custom: CustomFieldsDraft
1096510965
cart: ResourceIdentifierInput!
1096610966
cartVersion: Long!
10967-
startsAt: DateTime!
10967+
startsAt: DateTime
1096810968
expiresAt: DateTime
1096910969
state: ResourceIdentifierInput
1097010970
recurringOrderState: RecurringOrderState

0 commit comments

Comments
 (0)