Skip to main content
PATCH
/
core
/
devices
/
{device_id}
/
virtual
/
config
Update virtual device configuration
curl --request PATCH \
  --url https://acusight.io/api/core/devices/{device_id}/virtual/config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

JWT access token. Paste the token only; the Bearer prefix is added automatically.

Path Parameters

device_id
string
required

Device ID

Body

application/json

Configuration updates

The body is of type object.

Response

Configuration updated

The response is of type object.