Replace a panel for a Sputnik intercom
Replacing the Sputnik intercom panel
Replacing the panel on the intercom while saving the settings. The streams of the intercom camera will be generated from the data of the new panel (ip, login, password).
A required permission for the request is intercom-replace.
{
"uuid": "017f4d16-6dd8-48b6-968e-b0f23740c517",
"ip": "127.0.0.1",
"port": 8080,
"login": "admin",
"password": "qwerty"
}
POST /api/admin/v1/intercoms/{intercom}/replace |
Parameters
string
uuid, UUID панели
string
ip, Camera IP address
integer
port, Camera port
string
login, Camera login
string
password, Camera password
200 |
Successful response
JSON
|
200 |
Successful response
JSON
|
400 |
Request failed
JSON
|
401 |
Authorization token not sent or not valid |