Update an existing object record
true, performs a partial update (merge). When false, replaces all record_data fields.partial is false or omitted, the entire record_data object is replaced. Any fields not included in the request will be removed.
partial is true, only the specified fields are updated. Existing fields not included in the request are preserved.
| Status | Code | Description |
|---|---|---|
400 | validation_error | Invalid or malformed request body |
401 | unauthorized | Invalid or missing API key |
404 | not_found | Object definition or record not found |
409 | duplicate_record | Update would create a duplicate primary key |
422 | schema_mismatch | Record data does not match the definition schema |
429 | rate_limit_exceeded | Too many requests (see Rate Limits) |
500 | internal_error | Internal server error |