<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/update-notification-settings
Last modified: 2026-08-20T20:52:05.000Z

# Update notification settings

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Update notification settings"}
>
</Heading>

<MethodEndpoint
  method={"put"}
  path={"/agents/{agent_id}/notification-settings"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Replace an agent's notification settings.

Turning the `push` channel off — or the master `enabled` switch — also deletes
that agent's stored browser push subscriptions, so the pushes actually stop
rather than the toggle merely looking off.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./update-notification-settings.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./update-notification-settings.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./update-notification-settings.StatusCodes.json")}
>
  
</StatusCodes>
