mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Further improvements for openapi spec
This commit is contained in:
@@ -12283,24 +12283,24 @@ paths:
|
||||
type: object
|
||||
properties:
|
||||
email_type:
|
||||
type: enum
|
||||
description: "The email type to be sent, when bulk emailing invoices"
|
||||
enum:
|
||||
- invoice
|
||||
- quote
|
||||
- credit
|
||||
- payment
|
||||
- payment_partial
|
||||
- statement
|
||||
- reminder1
|
||||
- reminder2
|
||||
- reminder3
|
||||
- reminder_endless
|
||||
- custom1
|
||||
- custom2
|
||||
- custom3
|
||||
- purchase_order
|
||||
- email_quote_template_reminder1
|
||||
type: string
|
||||
description: |
|
||||
The email type to be sent, when bulk emailing invoices options include:
|
||||
- `invoice` (default)
|
||||
- `quote`
|
||||
- `credit`
|
||||
- `payment`
|
||||
- `payment_partial`
|
||||
- `statement`
|
||||
- `reminder1`
|
||||
- `reminder2`
|
||||
- `reminder3`
|
||||
- `reminder_endless`
|
||||
- `custom1`
|
||||
- `custom2`
|
||||
- `custom3`
|
||||
- `purchase_order`
|
||||
- `email_quote_template_reminder1`
|
||||
action:
|
||||
type: string
|
||||
description: |
|
||||
|
||||
Reference in New Issue
Block a user