I am attempting to update a HubDb table row and receiving errors. I'm able to read and create rows using my API key, but receive errors using the update/delete endoints.
I have included hubdb in my private app scope and read through the hubdb docs multiple times to sanity check but cannot find my mistake.
Does anyone have any idea why I can read/create rows but not update/delete rows?
I agree with @SteveHTM. You'll need to use the "Updates an existing row" endpoint, then (if required) publish those changes using the "Publish a table from draft" endpoint. For example:
Hi Steve, Thanks for the feedback! The live vs draft tables feature seems to have confused me, I had hoped to push to the live table and skip the /publish endpoint step, but it's not a big deal to push to the draft table and then do the extra step of publishing it.
I appreciate you taking time to check out my problem, happy new year!
I agree with @SteveHTM. You'll need to use the "Updates an existing row" endpoint, then (if required) publish those changes using the "Publish a table from draft" endpoint. For example: