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