Upload Site Capacity
Site
Upload Site Capacity
Update the available capacity of a site. Upload the timestamps that the capacity changes, the capacity will be forward filled from every timestamp.
POST
Upload Site Capacity
Documentation Index
Fetch the complete documentation index at: https://docs.rebase.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Path Parameters
Body
application/json
Minimum array length:
1Example:
[
{
"valid_time": "2024-09-15T00:00Z",
"value": 6000
},
{
"valid_time": "2024-09-18T12:00Z",
"value": 12000
},
{
"valid_time": "2024-09-24T12:00Z",
"value": 6000
}
]Response
Successful Response