v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
custom-objects

Bulk update custom objects

Applies the same update to multiple custom objects of the given type in a single request. Pass between 1 and 100 IDs and the custom field values to set; only the provided fields are modified on each object. To update the linked account, pass the built-in Account relationship field in custom_fields: {"ids":["object_uuid"],"custom_fields":{"account":{"value":"account_uuid"}}}. To unset a field, pass its slug with an empty value.

Rate limit: 20 requests per minute

patch/custom-objects/{type}

Path parameters

typestring required

The type slug of the custom object (e.g. "opportunity").

Request body

custom_fieldsobject

Custom field values to apply to every listed custom object, keyed by field slug. To unset a field, pass its slug with an empty value.

idsstring[] required

The IDs of the custom objects to update. Must be between 1 and 100 IDs.

Response

request_idstring
successboolean
updated_idsstring[]