Versions Compared

Key

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

...

Note

This is an API change. Customers that is updating arrays in Dataloy API need to make changes.

Behavior prior to version 3.0:
PUT on array will always insert elements to the array.

Behavior from version 3.0:
When including an array in PUT, elements that does not have a key will be inserted. Elements that includes a key will be updated. Elements excluded from the array will be removed from the array. Examples can be found in the update array section in API Knowledge Base.



Section
Column
width60px

Column

PUT Sub-Objects in a Single Transaction

...