Further improvements for openapi spec
This commit is contained in:
parent
0159326f9b
commit
982c1da876
|
|
@ -701,24 +701,24 @@
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
email_type:
|
email_type:
|
||||||
type: enum
|
type: string
|
||||||
description: "The email type to be sent, when bulk emailing invoices"
|
description: |
|
||||||
enum:
|
The email type to be sent, when bulk emailing invoices options include:
|
||||||
- invoice
|
- `invoice` (default)
|
||||||
- quote
|
- `quote`
|
||||||
- credit
|
- `credit`
|
||||||
- payment
|
- `payment`
|
||||||
- payment_partial
|
- `payment_partial`
|
||||||
- statement
|
- `statement`
|
||||||
- reminder1
|
- `reminder1`
|
||||||
- reminder2
|
- `reminder2`
|
||||||
- reminder3
|
- `reminder3`
|
||||||
- reminder_endless
|
- `reminder_endless`
|
||||||
- custom1
|
- `custom1`
|
||||||
- custom2
|
- `custom2`
|
||||||
- custom3
|
- `custom3`
|
||||||
- purchase_order
|
- `purchase_order`
|
||||||
- email_quote_template_reminder1
|
- `email_quote_template_reminder1`
|
||||||
action:
|
action:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue