AckdbAttributePutValuesRequest — Floqer API Schema | Floqer Docs

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 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"
}