Skip to content

Commit f638e9b

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent da68d77 commit f638e9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

oas/api/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82202,6 +82202,8 @@ components:
8220282202
$ref: '#/components/schemas/ShippingRateTierType'
8220382203
CartsConfiguration:
8220482204
type: "object"
82205+
required:
82206+
- deleteDaysAfterLastModification
8220582207
properties:
8220682208
deleteDaysAfterLastModification:
8220782209
type: "integer"
@@ -82419,6 +82421,8 @@ components:
8241982421
$ref: '#/components/schemas/ShippingRateTierType'
8242082422
ShoppingListsConfiguration:
8242182423
type: "object"
82424+
required:
82425+
- deleteDaysAfterLastModification
8242282426
properties:
8242382427
deleteDaysAfterLastModification:
8242482428
type: "integer"

0 commit comments

Comments
 (0)