Properties
| Property | Type |
|---|---|
id * | string |
changes * | Array of BulkHistoryChangeInput |
Example
{
"id": "example-id",
"changes": [
{
"timestamp": "2026-03-02T09:29:38.352Z",
"data": {
"example-key": {}
}
}
]
}| Property | Type |
|---|---|
id * | string |
changes * | Array of BulkHistoryChangeInput |
{
"id": "example-id",
"changes": [
{
"timestamp": "2026-03-02T09:29:38.352Z",
"data": {
"example-key": {}
}
}
]
}