Files
authentik/website/docs/developer-docs/api/reference/events-notifications-mark-all-seen-create.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

243 lines
8.3 KiB
Plaintext

---
id: events-notifications-mark-all-seen-create
title: "events_notifications_mark_all_seen_create"
description: "Mark all the user's notifications as seen"
sidebar_label: "events_notifications_mark_all_seen_create"
hide_title: true
hide_table_of_contents: true
api: eJytVMFu2zAM/RVDl12MKEh7GHpaMRRDgHUr0G6XoTBkmYnVyJIqycECw/8+UnZSu80KDNjJokQ+8pHP7Jh14EVU1qwrdsVgDyaGwtioNkqm+1A0wu8KoXURAEwhPYgILGcVBOmVIx+MvEWnDJ2yWEPWBvAfQjaDyUTICAAjo9gGdvVrzMYecxZAtl7FA952TLSIYaLaofXY46uH4BABMKhjq+Ulfd5mhyqLIuxSIqyxykIrJYSwabU+LFifs8vlkkKlNRHx6Sic02OB/CkQVMeCrKERdIoHBwhuyyeQ8Q3jn0KrKoVmN95bjw7OUzujGio11hQbBboqgN7DBFJ4Lw4YoCI00/sQvTJb1mOx0lZw/kVUlaK0Qt9N8+FLVFHDrLShsp7C5tUP/bj4j/34Aga8ktn13fovDakgCqXPkHqPrYfnVnmoSDAjwOML0zHpOzTxqoFYW5K3s4HqdiLWaPFBf3wmUz5TO2ekTb8Hmh5Ks/WaAoVTfH/BWT+R7j21aeA5EfCJUR2jI7DkhXYJwoNP5Smzsclz5PQSnjPKPDBZLVeXi4+L1Zk/b4e9yo5RA48sqMZpWLA8jVfINF6cI/Wf1aC1/bS1p0wLZWkKOHvA/yyJV6Qyb9cPCDHQJgrhivOtinVbLqRt+ASCv5xKbUvsozL86/rzzbf7m0STmt8IMwEf+v9qTTTHRUL9z85vm4lm/23xDLOI8Dtyp7FAIp3IdaMoTkspZzMQtGfCQJtkWJOgMKjrShHgh9d9T9fPLXjaZXjcC69ESXPFXYYBuJhw7KSlHaALu8Yd5UiUe6HbNP3XvyCJ7KTgu+/3NBDq9URco5jy44Hgj5vGHCbgWGfyeLA7MFhrPlYRycZM+Af9Ad1QHRQ=
sidebar_class_name: "post api-method"
info_path: docs/developer-docs/api/reference/authentik
custom_edit_url: null
hide_send_button: true
---
import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"events_notifications_mark_all_seen_create"}
>
</Heading>
<MethodEndpoint
method={"post"}
path={"/events/notifications/mark_all_seen/"}
>
</MethodEndpoint>
Mark all the user's notifications as seen
<div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"204"}
value={"204"}
>
<div>
Marked tasks as read successfully.
</div><div>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"non_field_errors"}
required={false}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
name={"property name*"}
required={false}
schemaName={"any"}
qualifierMessage={undefined}
schema={{"type":"object","description":"Validation Error","properties":{"non_field_errors":{"type":"array","items":{"type":"string"}},"code":{"type":"string"}},"additionalProperties":{},"title":"ValidationError"}}
collapsible={false}
discriminator={false}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"non_field_errors\": [\n \"string\"\n ],\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem><TabItem
label={"403"}
value={"403"}
>
<div>
</div><div>
<MimeTabs
className={"openapi-tabs__mime"}
schemaType={"response"}
>
<TabItem
label={"application/json"}
value={"application/json"}
>
<SchemaTabs
className={"openapi-tabs__schema"}
>
<TabItem
label={"Schema"}
value={"Schema"}
>
<details
style={{}}
className={"openapi-markdown__details response"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
className={"openapi-markdown__details-summary-response"}
>
<strong>
Schema
</strong>
</summary><div
style={{"textAlign":"left","marginLeft":"1rem"}}
>
</div><ul
style={{"marginLeft":"1rem"}}
>
<SchemaItem
collapsible={false}
name={"detail"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"code"}
required={false}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"detail\": \"string\",\n \"code\": \"string\"\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</div>
</TabItem>
</ApiTabs>
</div>
</div>