Skip to content

Commit f536455

Browse files
committed
Updated API from documentation release
1 parent e6de80c commit f536455

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

api-specs/api/types/common/HighPrecisionMoneyDraft.raml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ properties:
1818
description: |
1919
Amount in 1 / (10 ^ `fractionDigits`) of a currency.
2020
21-
centAmount:
22-
required: false
21+
centAmount?:
2322
type: number
2423
format: int64
2524
description: |

api-specs/api/types/extension/ExtensionTrigger.raml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ properties:
1111
type: ExtensionAction[]
1212
description: |
1313
`Create` and `Update` requests are supported.
14-
condition:
14+
condition?:
1515
type: string
16-
required: false
1716
description: |
1817
Valid [predicate](/../api/predicates/query) that controls the conditions under which the API Extension is called. The Extension is not triggered when the specified condition is not fulfilled.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ properties:
1616
description: |
1717
The day of the month when the [Recurring Order](ctp:api:type:RecurringOrder) is created.
1818
If the value is greater than the number of days in a given month, the order is created on the last day of the month.
19-
required: true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ properties:
1818
description: |
1919
The day of the month when the [Recurring Order](ctp:api:type:RecurringOrder) should be created.
2020
If the value is greater than the number of days in a given month, the order will be created on the last day of the month.
21-
required: true

0 commit comments

Comments
 (0)