Skip to content

Commit 0e52ed3

Browse files
committed
Updated API from documentation release
1 parent a08869f commit 0e52ed3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

api-specs/api/types/recurrence-policy/DayOfMonthSchedule.raml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ description: |
88
Schedule of a [Recurring Order](ctp:api:type:RecurringOrder) that occurs on a specific day of each month.
99
This type is returned in the [RecurrencePolicy](ctp:api:type:RecurrencePolicy) for an active [Recurring Order](ctp:api:type:RecurringOrder).
1010
properties:
11-
type:
12-
type: string
13-
enum:
14-
- dayOfMonth
15-
required: true
1611
day:
1712
format: int32
1813
type: integer

api-specs/api/types/recurrence-policy/DayOfMonthScheduleDraft.raml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ description: |
88
99
- Orders will be created even if the specified day is a weekend or holiday.
1010
- To place orders on different dates within the same month (for example, the 1st and 15th), create separate [Recurring Orders](ctp:api:type:RecurringOrder)—each with its own schedule.
11+
discriminatorValue: dayOfMonth
1112
properties:
12-
type:
13-
type: string
14-
enum:
15-
- dayOfMonth
16-
required: true
1713
day:
1814
format: int32
1915
type: integer

0 commit comments

Comments
 (0)