Skip to main content
POST
/
core
/
devices
/
{device_id}
/
config
/
sync
Sync device configuration
curl --request POST \
  --url https://acusight.io/api/core/devices/{device_id}/config/sync \
  --header 'Authorization: Bearer <token>'
{
  "compose_file_path": "<string>",
  "config_last_sync": "<string>",
  "hls_port": 123,
  "stream_path": "<string>",
  "watchman_port": 123,
  "webrtc_port": 123
}

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

Response

Configuration synced successfully

compose_file_path
string
config_last_sync
string
hls_port
integer
stream_path
string
watchman_port
integer
webrtc_port
integer