Help

Patch Request Unprocessable Entity Error In Postman

Topic Labels: Automations Data
472 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Technology_Inte
4 - Data Explorer
4 - Data Explorer

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"
        }
    ]
}
1 Reply 1

Could you post the error as well as a screenshot of the table with the fields you're modifying please?