Updating Specific Fields
In the Close API, every PUT
request behaves as a patch. What it means is that you don't need to send all the fields with every request. For example, if only the title
field changed for a specific Contact, there's no need to include the name
field in the request.