Updating Records
You can update an individual record by making a PUT request to the relevant base URL with a record ID appended.
Note that you will need to construct a JSON payload just like the one you would need for a POST request, where the only difference is that only fields included in your payload will be updated; all others will remain unchanged.
Updated almost 4 years ago