Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for line items currency BC break on latest version 2023-09-26 #803

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion src/changes-backwards-incompatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading