standards
API ReferenceRecords

Update

PUT
/records/{objectName}/{id}

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.

Properties1 <= properties

Response Body

curl -X PUT "https://example.com/records/string/string" \  -H "Content-Type: application/json" \  -d '{}'
Empty