1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +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,21 +8768,20 @@ 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
format: binary
items:
format: binary
responses:
200:
description: 'Returns the client object'
@ -9784,7 +9783,8 @@ paths:
example: POST
documents:
type: array
format: binary
items:
format: binary
responses:
200:
description: "Returns the Product object"
@ -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,21 +382,20 @@
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
format: binary
items:
format: binary
responses:
200:
description: 'Returns the client object'

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,7 +362,8 @@
example: POST
documents:
type: array
format: binary
items:
format: binary
responses:
200:
description: "Returns the Product object"