Update chargers in location
Update multiple charger deployments while keeping them scoped to the selected location.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
location_id
Internal location identifier returned by the location CRUD API.
Request
This endpoint expects an object.
chargers
Charger deployments to update under the target location.
Response
Location chargers updated
updated_count
failed_count
updated
failed
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error