Skip to main content

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={"Mark all notifications as read"}

<MethodEndpoint method={"patch"} path={"/notifications"} context={"endpoint"}

Mark all notifications as read for the authenticated user.

<Heading id={"request"} as={"h2"} className={"openapi-tabs__heading"}

Request

<RequestSchema {...require("./mark-all-notifications-as-read.RequestSchema.json")}

<StatusCodes {...require("./mark-all-notifications-as-read.StatusCodes.json")}