Hi,
I'm trying to test a Patch request in Postman but getting an error. I cannot find the semantics error. Anyone see what's wrong? I'm fairly positive my headers are correct because they work on all my other Postman tests for Airtable. This is my json body:
{
"typecast":true,
"records": [
{
"fields": {
"Closing Date": "2022-05-09",
"Closing Purchase Price": 68000000
},
"id": "reckfGpmIQ62GPoim"
},
{
"fields": {
"Closing Date": "2022-05-09",
"Closing Purchase Price": 68000000
},
"id": "rec9FMOPJyvk71mam"
}
]
}