![Axis 2N Indoor Touch 2.0 Api Manual Download Page 55](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317055.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
55/94
Response data:
{
"data"
:{
"devices"
:[
"device"
: {
"id"
:
"<integer>"
,
"name"
:
"<string>"
,
"isActive"
:
"<boolean>"
,
"isMy2n"
:
"<boolean>"
,
"sipLine"
:
"<string>"
,
"dtmf1"
:
"<string>"
,
"dtmf2"
:
"<string>"
,
"dtmf3"
:
"<string>"
,
"dtmf4"
:
"<string>"
}
]
}
}
SIP device update
URL:
{{ip_addr}}
https://
/api/v1/ hipmo/devices/sip/{{id}}
HTTP method:
PUT
Path variable:
id – device ID
Request body:
{
"id"
:
"<integer>"
,
"name"
:
"<string>"
,
"isActive"
:
"<boolean>"
,
"isMy2n"
:
"<boolean>"
,
"sipLine"
:
"<string>"
,
"dtmf1"
:
"<string>"
,
"dtmf2"
:
"<string>"
,
"dtmf3"
:
"<string>"
,
"dtmf4"
:
"<string>"
}
Response code:
Standard HTTP response code, treating syntactic errors.