Update record

Update fields on an existing record.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired

Request

This endpoint expects an object.
messageslist of objects or nullOptional
metadatamap from strings to anyOptionalDefaults to {}
namestringOptional1-500 characters
ownerIdstring or nullOptional1-255 characters

Reassigns the owner (indexed owner_id column, filterable via ?ownerId=). Overrides a nested metadata.ownerId. Null clears the owner; omit to leave it unchanged.

typestringOptional1-255 characters

Response

Updated record
createdAtstring
idstring
messageslist of any or null
metadatamap from strings to any
namestring
organizationIdstring or null
ownerIdstring or null
productSurfaceIdstring or null
schemaValidboolean or null
typestring
updatedAtstring
userIdstring
metadataLabelsmap from strings to stringsOptional
metadataSchemaobjectOptional
schemaWarningslist of objectsOptional
warningslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error