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
}
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
}
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
The response is of type object
.