Versions Compared

Key

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

...

PUT has been improved to a more standard way of handling update of arrays. For more information visit the update array section in API Knowledge Base.

Note

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

Behavior prior to version Dataloy API 3.0:
Including an array in PUT on array will always insert the elements to in the array.

Behavior from version Dataloy API 3.0:When including an array in PUT,

  • Array elements that does not have a key will be inserted.
Elements
  •  
  • Array elements that includes a key will be updated.
Elements
  •  
  • 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.

...