9. May 2016
With great pleasure Dataloy presents API 3.0
Highlights of this Release:
Highlights of Dataloy API 3.0
Array PUT has been improved
PUT has been improved to a more standard way of handling arrays. For more information visit the update array section in API Knowledge Base.
This is an API change. Customers that is including arrays in PUT requests need to make changes.
Behavior prior to Dataloy API 3.0
Including an array in PUT will always insert the elements in the array.
Behavior from Dataloy API 3.0
- Array elements that does not have a key will be inserted.
- Array elements that includes a key will be updated.
- Array elements excluded from the array will be removed from the array.
Examples can be found in the update array section in API Knowledge Base.
PUT Sub-Objects in a Single Transaction
API 3.0 introduces the ability to update sub-objects in a single transaction. Previously update of the main object and a sub-object had to be separated in two PUT requests which resulted in two transactions. This improvement is backward compatible. For more information and examples visit the sub-object section API Knowledge Base.
Related Content