Update a DealField value for specific Deal

I’m trying to update a DealField value for a specific Deal. Namely a custom one we have called ‘Drive Link’ - which will point to a Google Drive URL for an automatically generate Doc. There doesn’t appear to be any way to change the value of a DealField through the API, unless I’m missing it??

Hey Stevie,

In the API reference you’ll just find the general key for updating default fields, but to update custom ones you’ll need to GET fields of Deal/Person/Org and then updating the particular field using Postman or something similar. Tony details more in this question: Updating customized fields of organisation using the api

Boom.

Thank you, David.