Skip to content

Commit 63488aa

Browse files
committed
Updated API from documentation release
1 parent f8b027c commit 63488aa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ properties:
182182
locale?:
183183
type: Locale
184184
description: |
185-
Languages of the Cart. Can only contain languages supported by the [Project](ctp:api:type:Project).
185+
Language of the Cart. Must be one of the languages supported by the [Project](ctp:api:type:Project).
186186
origin:
187187
type: CartOrigin
188188
description: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ properties:
132132
locale?:
133133
type: Locale
134134
description: |
135-
Languages of the Cart. Can only contain languages supported by the [Project](ctp:api:type:Project).
135+
Language of the Cart. Must be one of the languages supported by the [Project](ctp:api:type:Project).
136136
origin?:
137137
type: CartOrigin
138138
description: |

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ properties:
7575
locale?:
7676
type: Locale
7777
description: |
78-
Languages of the Cart.
79-
Can only contain languages supported by the [Project](ctp:api:type:Project).
78+
Language of the Cart. Must be one of the languages supported by the [Project](ctp:api:type:Project).
8079
deleteDaysAfterLastModification?:
8180
type: number
8281
format: int64

0 commit comments

Comments
 (0)