Assets
Update asset
Update an existing assets properties or controller.
Note that to update availability you should use the POST /availability route
PATCH
/
entities
/
asset
/
{asset_id}
Path Parameters
asset_id
string
requiredBody
application/json
type
enum<string>
An enumeration.
Available options:
Vehicle
, Charger
, HVAC
, Solar Inverter
, Storage
alias
string
properties
object
Version for updates, which makes all fields optional
controller
object
Collection of webhooks which we can use to control a particular asset, should a bid including this asset be accepted.
Control of assets can be either via individual AssetControllers or the main webhook.
is_aggregate
boolean
Response
200 - application/json
The response is of type any
.