![Axis 2N Indoor Touch 2.0 Api Manual Download Page 53](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317053.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
53/94
Section setting
URL:
{{ip_addr}}
https://
/api/v1/ hipmo/devices/lan/{{id}}
HTTP method:
PUT
Path variable:
id – device ID
Response code:
Standard HTTP response code, treating syntactic errors.
Request body:
{
"id"
:
"<integer>"
,
"name"
:
"<string>"
,
"isActive"
:
"<boolean>"
,
"ip"
:
"<string>"
}
Response data:
{
"data"
: {
"devices"
: [
{
"id"
:
148
,
"ip"
:
"10.27.6.213"
,
"isActive"
:
false
,
"name"
:
"2NIndoorCompact-
5223420153"
},
...
{
"id"
:
242
,
"ip"
:
"10.27.21.10"
,
"isActive"
:
false
,
"name"
:
"2N IP Force"
}
]
}
}