Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

This is an API change. Customers who include arrays in PUT requests need to make changes.

Behavior prior to Dataloy API 3.0:

  • Including an array in PUT always inserts the elements in the array.

Behavior from Dataloy API 3.0:

  • Array elements without 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

For examples, see  API Knowledge Base > update array section.

 

 

Section
Column
width60px

Column

PUT Sub-Objects in a Single Transaction

...