Skip to content

Commit

Permalink
Fixes for enums when emailing templates
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Dec 16, 2024
1 parent 1b8ddf5 commit a0a1256
Showing 1 changed file with 33 additions and 14 deletions.
47 changes: 33 additions & 14 deletions api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3148,20 +3148,20 @@ paths:
description: "The template required"
type: string
enum:
- invoice
- quote
- credit
- payment
- payment_partial
- statement
- reminder1
- reminder2
- reminder3
- reminder_endless
- custom1
- custom2
- custom3
- purchase_order
- email_template_invoice
- email_template_quote
- email_template_credit
- email_template_payment
- email_template_payment_partial
- email_template_statement
- email_template_reminder1
- email_template_reminder2
- email_template_reminder3
- email_template_reminder_endless
- email_template_custom1
- email_template_custom2
- email_template_custom3
- email_template_purchase_order
- email_quote_template_reminder1
example: invoice
type: object
Expand Down Expand Up @@ -11086,6 +11086,25 @@ paths:
schema:
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
action:
type: string
description: |
Expand Down

0 comments on commit a0a1256

Please sign in to comment.