Update the available capacity of a site. Upload the timestamps that the capacity changes, the capacity will be forward filled from every timestamp. Values should be in kilowatts [kW].
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
1[
{
"valid_time": "2024-09-15T00:00Z",
"value": 6000
},
{
"valid_time": "2024-09-18T12:00Z",
"value": 12000
},
{
"valid_time": "2024-09-24T12:00Z",
"value": 6000
}
]Successful Response