Skip to content

Commit ae351b4

Browse files
Merge pull request #210 from FacturAPI/fix/custom_default
fix(customDefault): add custom complement as default
2 parents 15fd776 + 2cab462 commit ae351b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/openapi_v2.en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8383,8 +8383,8 @@ components:
83838383
discriminator:
83848384
propertyName: type
83858385
mapping:
8386-
carta_porte: "#/components/schemas/CartaPorteInput"
83878386
custom: "#/components/schemas/CustomComplementInput"
8387+
carta_porte: "#/components/schemas/CartaPorteInput"
83888388
required:
83898389
- type
83908390
- data

website/openapi_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8318,8 +8318,8 @@ components:
83188318
discriminator:
83198319
propertyName: type
83208320
mapping:
8321-
carta_porte: "#/components/schemas/CartaPorteInput"
83228321
custom: "#/components/schemas/CustomComplementInput"
8322+
carta_porte: "#/components/schemas/CartaPorteInput"
83238323
required:
83248324
- type
83258325
- data

0 commit comments

Comments
 (0)