Update a custom object record
Updates an existing record by ID for the specified custom object type. Only included fields and relationships are modified.
post/v1/objects/{entitySlug}/values/{id}
Path parameters
entitySlugstring required
The slug of the custom object type.
idstring required
The ID of the record to update.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK