Not a developer but doing it out of necessity. I'm currently confused on how to change the type of a Deal field via API. I am specifically trying to change the type from datetime to date.
I was told by HubSpot support/product teams that I can convert my existing date fields into datetime fields via the API. The closest thing I am seeing in the API documentation provided (https://developers.hubspot.com/docs/api/crm/properties) is the function for
Hey @alexluong1👋 Closing the loop on this one. I created a custom `date` property using the Properties API (this part can be done in-app as well) and successfully updated it (property itself) to be a datetime `type`.
Hey @alexluong1👋 Closing the loop on this one. I created a custom `date` property using the Properties API (this part can be done in-app as well) and successfully updated it (property itself) to be a datetime `type`.