updateMarker

This method is to update a marker that was previously created by injectMarker.

This method set the end date time of a marker, turning an "instance" marker into an "interval" marker. You can also update the extras object.

The marker must belong to a record that is still in progress. You cannot update the marker if the record is already stopped.

Parameters

Result

The result is an object containing these fields:

Examples

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "updateMarker",
    "params": {
        "cortexToken": "xxx",
        "session": "4cbf7554-31bd-4659-ac58-400b823503f0",
        "markerId": "26fccfd8-e487-4623-910a-1ba8591fcdcf",
        "time": 1559811469531
    }
}

Last updated