mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on new openapi spec
This commit is contained in:
parent
9dad9ce94c
commit
baa70aa99b
@ -14955,7 +14955,7 @@ components:
|
|||||||
client:
|
client:
|
||||||
$ref: '#/components/schemas/Client'
|
$ref: '#/components/schemas/Client'
|
||||||
contact:
|
contact:
|
||||||
$ref: '#/components/schemas/Contact'
|
$ref: '#/components/schemas/ClientContact'
|
||||||
recurring_invoice:
|
recurring_invoice:
|
||||||
$ref: '#/components/schemas/RecurringInvoice'
|
$ref: '#/components/schemas/RecurringInvoice'
|
||||||
invoice:
|
invoice:
|
||||||
@ -14964,8 +14964,18 @@ components:
|
|||||||
$ref: '#/components/schemas/Credit'
|
$ref: '#/components/schemas/Credit'
|
||||||
quote:
|
quote:
|
||||||
$ref: '#/components/schemas/Quote'
|
$ref: '#/components/schemas/Quote'
|
||||||
|
payment:
|
||||||
|
$ref: '#/components/schemas/Payment'
|
||||||
|
expense:
|
||||||
|
$ref: '#/components/schemas/Expense'
|
||||||
|
task:
|
||||||
|
$ref: '#/components/schemas/Task'
|
||||||
|
purchase_order:
|
||||||
|
$ref: '#/components/schemas/PurchaseOrder'
|
||||||
|
vendor:
|
||||||
|
$ref: '#/components/schemas/Vendor'
|
||||||
|
vendor_contact:
|
||||||
|
$ref: '#/components/schemas/VendorContact'
|
||||||
type: object
|
type: object
|
||||||
BTRules:
|
BTRules:
|
||||||
properties:
|
properties:
|
||||||
@ -17516,6 +17526,13 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: 'New Project'
|
example: 'New Project'
|
||||||
type: object
|
type: object
|
||||||
|
PurchaseOrder:
|
||||||
|
properties:
|
||||||
|
id:
|
||||||
|
description: 'The purchase order hashed id'
|
||||||
|
type: string
|
||||||
|
example: Opnel5aKBz
|
||||||
|
type: object
|
||||||
Quote:
|
Quote:
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
@ -78,7 +78,7 @@ components:
|
|||||||
client:
|
client:
|
||||||
$ref: '#/components/schemas/Client'
|
$ref: '#/components/schemas/Client'
|
||||||
contact:
|
contact:
|
||||||
$ref: '#/components/schemas/Contact'
|
$ref: '#/components/schemas/ClientContact'
|
||||||
recurring_invoice:
|
recurring_invoice:
|
||||||
$ref: '#/components/schemas/RecurringInvoice'
|
$ref: '#/components/schemas/RecurringInvoice'
|
||||||
invoice:
|
invoice:
|
||||||
@ -2649,6 +2649,13 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
example: 'New Project'
|
example: 'New Project'
|
||||||
type: object
|
type: object
|
||||||
|
PurchaseOrder:
|
||||||
|
properties:
|
||||||
|
id:
|
||||||
|
description: 'The purchase order hashed id'
|
||||||
|
type: string
|
||||||
|
example: Opnel5aKBz
|
||||||
|
type: object
|
||||||
Quote:
|
Quote:
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user