diff --git a/openapi/api-docs.yaml b/openapi/api-docs.yaml index 64e2c1e261..b80c4d2fef 100644 --- a/openapi/api-docs.yaml +++ b/openapi/api-docs.yaml @@ -14955,7 +14955,7 @@ components: client: $ref: '#/components/schemas/Client' contact: - $ref: '#/components/schemas/Contact' + $ref: '#/components/schemas/ClientContact' recurring_invoice: $ref: '#/components/schemas/RecurringInvoice' invoice: @@ -14964,8 +14964,18 @@ components: $ref: '#/components/schemas/Credit' 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 BTRules: properties: @@ -17516,6 +17526,13 @@ components: type: string example: 'New Project' type: object + PurchaseOrder: + properties: + id: + description: 'The purchase order hashed id' + type: string + example: Opnel5aKBz + type: object Quote: properties: id: diff --git a/openapi/components/components.yaml b/openapi/components/components.yaml index ca70c4905e..15f974c585 100644 --- a/openapi/components/components.yaml +++ b/openapi/components/components.yaml @@ -78,7 +78,7 @@ components: client: $ref: '#/components/schemas/Client' contact: - $ref: '#/components/schemas/Contact' + $ref: '#/components/schemas/ClientContact' recurring_invoice: $ref: '#/components/schemas/RecurringInvoice' invoice: @@ -2649,6 +2649,13 @@ components: type: string example: 'New Project' type: object + PurchaseOrder: + properties: + id: + description: 'The purchase order hashed id' + type: string + example: Opnel5aKBz + type: object Quote: properties: id: