Skip to main content
Skip table of contents

Домофон «Интерсвязь»

Замена панели на домофоне с сохранением настроек.

Пермишен для данного запроса – intercom-replace

POST/api/admin/v1/intercoms/{intercom}/replace

Headers

Authorization

Bearer token

Accept

application/json

Body

json

JSON
{
    "schema": "http",
    "ip": "127.0.0.1",
    "port": 8080,
    "login": "admin",
    "password": "qweasd",
    "title": "interconnection_intercom"
}

schemarequired

string

URL схема

iprequired

string

IP-адрес

portrequired

integer

Порт

loginrequired

integer

Логин

passwordrequired

integer

Пароль

titlerequired

string

Название домофона

Response

200

Успешный ответ

400

Запрос не выполнен

JSON
{
    "message": "Сообщение о ошибке"
}
401

Токен авторизации не передан или не валидный, см. Получение токена

Пример

JSON
curl -k --location --request POST 'https://vms.local/api/admin/v1/intercoms/{intercom}/replace' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json' \
--header 'Content-Type: application/json \
--data-raw '{
    "schema": "http",
    "ip": "127.0.0.1",
    "port": 8080,
    "login": "admin",
    "password": "qweasd",
    "title": "interconnection_intercom"
}'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.