PUT
/
api
/
v1
/
devices
/
{id}
/
actions
/
mark_as_completed
curl --request PUT \
  --url https://cloud.bytebeam.io/api/v1/devices/{id}/actions/mark_as_completed \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>'
{
  "updated_rows": 123
}

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

id
integer
required

Response

200
application/json
updated_rows
integer
required