Help

We are not able update record buy the record Id

811 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Darshan_Singh
4 - Data Explorer
4 - Data Explorer

Hi All,
I have tried update the record behalf of record id on the Airtbale by the RestAPI.

Body: (PATCH)
{
“id”: “recp4hYbzsGaDqb5g”,
“fields”: {
“Label”: “Test DS”,
“Type”: “Single”,
“Title”: “Testing”
}
}

we are getting error:

"error": {
    "type": "INVALID_REQUEST_UNKNOWN",
    "message": "Invalid request: parameter validation failed. Check your request data."
}

If I will remove the Id from the JSON then, It will update first record on the Table.
Please let me know how we can update the record on the Airtable by the help of RestAPI.

Thanks in Advanced

0 Replies 0