Skip to content

Commit 00ce6ba

Browse files
author
github-actions
committed
feat: Update OpenAPI file replicated from CMS4
1 parent 858477b commit 00ce6ba

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

openapi/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3369,6 +3369,21 @@ paths:
33693369
description: "If `true`, the name of the recipient's contact person will be shown on the issued documents. Available only if module `invoicing` is active."
33703370
examples:
33713371
- true
3372+
showRecipientEmail:
3373+
type: boolean
3374+
description: "If `true`, the recipient's email address will be shown on the issued documents. Available only if module `invoicing` is active."
3375+
examples:
3376+
- true
3377+
showRecipientPhone:
3378+
type: boolean
3379+
description: "If `true`, the recipient's phone number will be shown on the issued documents. Available only if module `invoicing` is active."
3380+
examples:
3381+
- true
3382+
showRecipientDeliveryAddress:
3383+
type: boolean
3384+
description: "If `true`, the recipient's delivery address will be shown on the issued documents. Available only if module `invoicing` is active."
3385+
examples:
3386+
- true
33723387
logoUrl:
33733388
type:
33743389
- string

0 commit comments

Comments
 (0)