Update hubdb path cell

Hi I have been able to update table cell’s using the hubdb API however how can I update the hs_path cell in a row?

is there any way to do this?

Hi @rohansdeeson !

Referencing the Update a Table Row documentation, it looks like you want to target “path”.

If all you wanted to do was update the path, the json body would look like this

{
 "path": "whatever"
}

Please note that the put URL needs to include the row id!

Hope that helps!

d