standards
API ReferenceRecords

Bulk update

POST
/records/{objectName}/bulk-update

Path Parameters

objectName*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/records/string/bulk-update" \  -H "Content-Type: application/json" \  -d '{    "updates": [      {        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "data": {}      }    ]  }'
Empty