AckdbAttributePutValuesRequest

Set/clear attribute values on one record. `null` clears a value (DELETEs the row). All-or-nothing: every key/value is validated before anything is written.

Properties

valuesobjectrequired

Map of attribute key → new value (or null to clear). Must be non-empty.

actorstring

Who made the change — recorded as the value row's updatedBy and the trait.updated event's actor. Defaults to "api". Observe/agent write paths stamp the real user automatically.

Example

AckdbAttributePutValuesRequest example
{
  "values": {},
  "actor": "string"
}