Skip to main content

I have a body like this


{

“records”:

{

“id”: “reccsfBOAsOX5nigv”,

“fields”: {

“test”: 123

}

}

]

}


How can i skip the “test” (currency type) field? The idea is that i have a condition that shall be met. If not, then do not change the “test” field.


Thank you

A patch request will only update the fields that you include in the request. If you don’t want a field updates, don’t include it in the request.


Reply