updateCustomObjectByDisplayId
Full update of a custom object instance by display ID.
Updates field values of an existing custom object instance identified by display ID. Prefer patchCustomObjectByDisplayId when changing only a subset of fields.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
displayId | string | Yes | Display ID formatted as PREFIX-NUMBER (e.g., "VEN-42", "VISA-100"). |
form_fields | object | No | Partial custom field values keyed by field reference_key. To rename the |
