Skip to content

Update log redirect

PUT
/bridge/v2/logs-redirects/{domain}

Authorizations

Parameters

Path Parameters

domain*
Typestring
Required

Request Body

JSON
{
"domain": "string",
"chatId": "string",
"disableVisitLogs": true
}

Responses

Updates and returns the updated log redirect
JSON
{
"domain": "string",
"chatId": "string",
"disableVisitLogs": true
}