Skip to content

Commit b0d4368

Browse files
authored
Merge pull request #193 from FacturAPI/FAC-1340/update/mark-unit-key-as-required
Mark unit key as required to avoid confusion
2 parents b622051 + 9c4186c commit b0d4368

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/openapi_v2.en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8088,6 +8088,7 @@ components:
80888088
required:
80898089
- description
80908090
- product_key
8091+
- unit_key
80918092
- price
80928093
properties:
80938094
description:

website/openapi_v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8106,6 +8106,7 @@ components:
81068106
required:
81078107
- description
81088108
- product_key
8109+
- unit_key
81098110
- price
81108111
properties:
81118112
description:

0 commit comments

Comments
 (0)