Skip to content
EN | DE

Update vehicle of charging session

PUT
/session/{id}
curl --request PUT \
--url https://demo.evcc.io/api/session/1 \
--header 'Content-Type: application/json' \
--data '{ "vehicle": "vehicle_1", "loadpoint": "Garage" }'

Update vehicle of charging session.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

Media type application/json
object
vehicle

More information

string
>= 1 characters /[a-zA-Z0-9_.:-]+/
Example
vehicle_1
loadpoint

More information

string
Example
Garage

Success