From 3031f806e8bac04db7804fba2f3ad1111a90f69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20In=C3=A1cio?= Date: Thu, 4 Apr 2024 15:52:18 +0100 Subject: [PATCH] Update docs for linei tems currency BC break on latest version 2023-09-26 --- apiary.apib | 3 ++- src/changes-backwards-incompatible.apib | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index 6c812bf6..8acfb69f 100644 --- a/apiary.apib +++ b/apiary.apib @@ -936,7 +936,8 @@ As of October 1st 2023, we expect all network clients to make use of TLS 1.2 or - When updating events through `events.update`, links to deals must also be provided otherwise existing deal link(s) will be removed. - - `Currency` is no longer supported or validated on line items for invoices, quotations, subscriptions & credit notes endpoints. Instead, it will be supported on the document level for + - `unit_price.currency` is no longer returned for line items on the response of `invoices.info`, `subscriptions.info`, `quotations.info` and `creditNotes.info`. + - `unit_price.currency` is no longer supported or validated on line items for invoices, quotations, subscriptions & credit notes endpoints. Instead, it will be supported on the document level for - `invoices.draft` - `invoices.update` - `quotations.create` diff --git a/src/changes-backwards-incompatible.apib b/src/changes-backwards-incompatible.apib index 32afe90c..885bf7a0 100644 --- a/src/changes-backwards-incompatible.apib +++ b/src/changes-backwards-incompatible.apib @@ -11,7 +11,8 @@ As of October 1st 2023, we expect all network clients to make use of TLS 1.2 or - When updating events through `events.update`, links to deals must also be provided otherwise existing deal link(s) will be removed. - - `Currency` is no longer supported or validated on line items for invoices, quotations, subscriptions & credit notes endpoints. Instead, it will be supported on the document level for + - `unit_price.currency` is no longer returned for line items on the response of `invoices.info`, `subscriptions.info`, `quotations.info` and `creditNotes.info`. + - `unit_price.currency` is no longer supported or validated on line items for invoices, quotations, subscriptions & credit notes endpoints. Instead, it will be supported on the document level for - `invoices.draft` - `invoices.update` - `quotations.create`