Forum Discussion

Bastien_124165's avatar
Bastien_124165
Icon for Nimbostratus rankNimbostratus
Sep 28, 2017
Solved

POST multiple object single curl

Hello,   I'd like to be able to POST multiple object in a single requests. Eg, 2 datagroup   { "records": [ { "data": "Office", "name": "12.12.12.12/32" ...
  • Eric_Flores_131's avatar
    Oct 05, 2017

    Hello Bastien, Due to some internal design limitations, records of data groups are collections and not sub collections. That means to update a data group you must PATCH the entire collection of data group records (e.g. you have 100 entries in your data group and want to add one more, you send the entire data group with 101 records).