Hi all, so I want to use the Domo API's to do partitioning. That is, I want to send data daily, and I do not want the data there to be overwritten. I am trying this but I think it is being overwritten:
https://api.domo.com/v1/datasets/{dataset_id}/data?updateMethod=PARTITION
Is this the correct way to upload via partition?
Also, where can I find good information and documentation on this?