APIs & Integrations

rohansdeeson
Top Contributor

Update hubdb path cell

SOLVE

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?

 

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Update hubdb path cell

SOLVE

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

View solution in original post

0 Upvotes
1 Reply 1
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Update hubdb path cell

SOLVE

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

0 Upvotes