{
"id": 28,
"enabled": "YES",
"interval_num": 300,
"identify_category": [
{
"code": "floater",
"num": 1
},
{
"code": "occupancy",
"num": 1
},
{
"code": "Garbage",
"num": 1
},
{
"code": "baresoil",
"num": 1
},
{
"code": "foreign",
"num": 1
},
{
"code": "Smoke",
"num": 1
}
]
}curl --location '/manage/api/v1/camera/f18ca5e5-4047-4348-a959-4de0979046d9/strategy/update' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 28,
"enabled": "YES",
"interval_num": 300,
"identify_category": [
{
"code": "floater",
"num": 1
},
{
"code": "occupancy",
"num": 1
},
{
"code": "Garbage",
"num": 1
},
{
"code": "baresoil",
"num": 1
},
{
"code": "foreign",
"num": 1
},
{
"code": "Smoke",
"num": 1
}
]
}'{
"code": 0,
"message": "",
"data": false
}