## Properties

`values`objectrequired

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

`actor`string

Who made the change — recorded as the value row's updatedBy and the timeline event's actor (person.attribute.changed for people, trait.updated for companies/contacts). Defaults to "api". Observe/agent write paths stamp the real user automatically.

## Example

AckdbAttributePutValuesRequest exampleCOPY

```
{
  "values": {},
  "actor": "string"
}
```
