Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Is there a way to 'patch' a record?

Topic Labels: API
3676 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Kareem_Sultan
4 - Data Explorer
4 - Data Explorer

If I PUT a record without including every field, those missing fields are emptied losing the data that they held.
Is there a way to PATCH a record by only supplying the modified fields ensuring the rest are untouched?

2 Replies 2
Nathan_Cain
6 - Interface Innovator
6 - Interface Innovator

Yes. Have a look at the api documentation for your base. For each table there is a section called “Update a record”. This describes how to do a curl PATCH.

Kareem_Sultan
4 - Data Explorer
4 - Data Explorer

Perfect! Works like a charm. Thanks.