Patch Dynamic Value
PATCH /lists/{audience_id}/dynamic-value
Write ONE cell of a user-owned dynamic column.
Fail-closed: a protected, unknown, other-list or other-org destination is refused rather than written somewhere plausible.
Send expected_value to make the write conditional on the cell not having
moved. Omit it and the write wins unconditionally, which on a shared grid
means overwriting a colleague’s edit without knowing.
Authorizations
Parameters
Path Parameters
List (audience) id.
List (audience) id.
Header Parameters
Request Body required
Write one cell of a user-owned dynamic column.
expected_value is an optimistic-concurrency check: send what you believe
is there and the write is refused if it has moved. Omit it and the write
wins unconditionally, which on a shared grid means overwriting a
colleague’s edit without knowing.
Responses
200
Successful Response
object
An open envelope for a list, a capability map or a job result.
Open because several of these return the whole Audience, whose shape
carries per-source metadata that differs between an uploaded file, a
dynamic query and a master list - and grows with them.
object
422
Validation Error