1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Minor updates for open api spec

This commit is contained in:
David Bomba 2023-03-23 17:37:27 +11:00
parent 7459932536
commit ed6575b5aa
4 changed files with 12 additions and 12 deletions

View File

@ -8768,20 +8768,19 @@ paths:
type: string
format: string
example: D2J234DFA
produces:
- application/json
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
items:
properties:
_method:
type: string
example: POST
documents:
type: array
items:
format: binary
responses:
200:
@ -9784,6 +9783,7 @@ paths:
example: POST
documents:
type: array
items:
format: binary
responses:
200:
@ -11797,6 +11797,7 @@ paths:
type: object
properties:
action:
required: true
type: string
description: |
The action to be performed, options include:
@ -11828,7 +11829,6 @@ paths:
Emails an array of invoices
- `send_email`
Emails an array of invoices. Requires additional properties to be sent. `email_type`
required: true
ids:
required: true
type: array

View File

@ -382,20 +382,19 @@
type: string
format: string
example: D2J234DFA
produces:
- application/json
requestBody:
required: true
content:
multipart/form-data:
schema:
type: object
items:
properties:
_method:
type: string
example: POST
documents:
type: array
items:
format: binary
responses:
200:

View File

@ -371,6 +371,7 @@
type: object
properties:
action:
required: true
type: string
description: |
The action to be performed, options include:
@ -402,7 +403,6 @@
Emails an array of invoices
- `send_email`
Emails an array of invoices. Requires additional properties to be sent. `email_type`
required: true
ids:
required: true
type: array

View File

@ -362,6 +362,7 @@
example: POST
documents:
type: array
items:
format: binary
responses:
200: