Update chargers in location

View as Markdown
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_idstringRequired
Internal location identifier returned by the location CRUD API.

Request

This endpoint expects an object.
chargerslist of objectsRequired
Charger deployments to update under the target location.

Response

Location chargers updated
updated_countinteger
failed_countinteger
updatedlist of objects
failedlist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error