Execute multiple actions
POST/computers/{id}/batch
Execute a batch of actions in sequence, stopping on first error
Path Parameters
id: string
Body ParametersJSON
Execute multiple actions
curl https://api.tzafon.ai/computers/$ID/batch \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $TZAFON_API_KEY" \
-d '{}'{
"foo": "bar"
}Returns Examples
{
"foo": "bar"
}