Skip to main content
PATCH
/
core
/
devices
/
{device_id}
/
status
Update device status
curl --request PATCH \
  --url https://acusight.io/api/core/devices/{device_id}/status \
  --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

Status update payload

status
enum<string>
required
Available options:
approved,
rejected

Response

Status updated successfully

The response is of type object.