PUT /api/devices/{device_id}
Request Body
{
"custom_blocklist": ["tiktok.com", "instagram.com", "youtube.com"],
"enabled": true
}
Example
curl -X PUT https://api.parenta.my.id/api/devices/abc123-hpana \
-H "Content-Type: application/json" \
-d '{"custom_blocklist":["tiktok.com","youtube.com"]}'
Responses
200 OK
404 Not Found