Skip to main content
PUT
Update the schedule of a block

Headers

Authorization
string
default:Bearer <access token value>
required

Access token

Path Parameters

organisationID
string
required

Organisation ID

virtualAssetID
string
required

Virtual Asset ID

blockID
string
required

Block ID

Body

application/json

Block update

Block update

schedule
object[]
required

Response

OK

end
string<dateTime>
Example:

"2023-11-12T00:00:00Z"

id
string<uuid>
Example:

"11111111-1111-1111-1111-111111111111"

powerCapacity
object[]
ratedChargePower
number<float>
Example:

1000

ratedDischargePower
number<float>
Example:

1000

schedule
object[]
start
string<dateTime>
Example:

"2023-11-11T00:00:00Z"

unitsPower
string
Example:

"kW"

Last modified on August 21, 2026