How to update DealField value?

Hello,

How to update DealField value in single deal by API?

Hi :slight_smile:

This should help: https://pipedrive.readme.io/docs/updating-custom-field-value

Let me know if you need more help.

I use this documentation https://developers.pipedrive.com/docs/api/v1/.
Why in the documentation doesn’t have this?

Hey Adrian,

I think you’re looking at trying to update the Fields themselves rather than a Field within a specific Deal.
For that, you’ll want to use PUT/deals/{id}

If you’re updating a custom field (non-default), you can use the guide posted by Dani.