Properties
| Property | Type |
|---|---|
id * | string |
changes * | Array of BulkHistoryChangeInput |
Example
{
"id": "example-id",
"changes": [
{
"timestamp": "2026-04-14T09:48:43.225Z",
"data": {
"example-key": {}
}
}
]
}| Property | Type |
|---|---|
id * | string |
changes * | Array of BulkHistoryChangeInput |
{
"id": "example-id",
"changes": [
{
"timestamp": "2026-04-14T09:48:43.225Z",
"data": {
"example-key": {}
}
}
]
}