Skip to content

Commit

Permalink
feat: Update OpenAPI file replicated from CMS4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 9, 2024
1 parent d316195 commit 9d9c00a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13126,9 +13126,9 @@ paths:
type: string
minLength: 1
maxLength: 10
description: 'Item code. For transportation, payment and discounts the (`discount-coupon` and `volume-discount`) must remain `null`, for the other types of items, this is mandatory.'
description: 'Unique identifier for an e-shop order. Caution! This does not have to be just a number, it can also contain letters, a dash, etc.'
examples:
- 179/B
- 2024-123
language:
type: string
minLength: 1
Expand Down Expand Up @@ -41685,19 +41685,19 @@ components:
properties:
width:
type:
- integer
- number
- 'null'
height:
type:
- integer
- number
- 'null'
depth:
type:
- integer
- number
- 'null'
weight:
type:
- integer
- number
- 'null'
name:
type:
Expand Down Expand Up @@ -41731,19 +41731,19 @@ components:
properties:
width:
type:
- integer
- number
- 'null'
height:
type:
- integer
- number
- 'null'
depth:
type:
- integer
- number
- 'null'
weight:
type:
- integer
- number
- 'null'
name:
type:
Expand Down

0 comments on commit 9d9c00a

Please sign in to comment.