POST
/
devices
/
{device_id}
/
actions
/
{action_id}
/
ack
Acknowledge action
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/devices/{device_id}/actions/{action_id}/ack
This response has no body data.

Path Parameters

device_id
string
required

Device UUID

action_id
string
required

Action UUID

Response