API ReferenceRecords
Update
Path Parameters
objectName*string
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Partial record data: attribute name → value, sent directly as the body (no data wrapper). Must contain at least one key.
Properties
1 <= propertiesResponse Body
curl -X PUT "https://example.com/records/string/string" \ -H "Content-Type: application/json" \ -d '{}'Empty