Skip to content

Commit

Permalink
TASK: Updating RAML types, Postman and OAS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Apr 15, 2024
1 parent c8a374e commit 52180ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oas/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35095,6 +35095,7 @@ components:
- name
- status
- storeMode
- stores
- topLevelUnit
- unitType
- version
Expand Down Expand Up @@ -35935,6 +35936,8 @@ components:
allOf:
- $ref: '#/components/schemas/BusinessUnitUpdateAction'
- type: "object"
required:
- stores
properties:
action:
type: "string"
Expand Down Expand Up @@ -36560,6 +36563,8 @@ components:
allOf:
- $ref: '#/components/schemas/CartDiscountUpdateAction'
- type: "object"
required:
- stores
properties:
action:
type: "string"
Expand Down Expand Up @@ -40722,6 +40727,7 @@ components:
- id
- isEmailVerified
- lastModifiedAt
- stores
- version
properties:
id:
Expand Down Expand Up @@ -41462,6 +41468,8 @@ components:
allOf:
- $ref: '#/components/schemas/CustomerUpdateAction'
- type: "object"
required:
- stores
properties:
action:
type: "string"
Expand Down

0 comments on commit 52180ba

Please sign in to comment.