set_time_series_value
mutationSince v1.0Set one cell of the simulation spreadsheet: an agent's property value at a given timestep, in a scenario and parameter set. property_id may be a property name or ID; omit parameter_set_id for the twin default. Applied immediately and broadcast to connected users in real-time.
Example Request
{"scenario_id": "scenario-uuid", "agent_instance_id": "agent-uuid", "property_id": "capacity", "timestep_index": 0, "value": "100"}Example Response
{"success": true, "operation_count": 1, "versions": [47]}