v3
latestOpenAPI 3.0.32026-07-31135300306.1 KBcustom-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").