first pass

This commit is contained in:
Tana M Berry
2024-10-22 15:10:13 -05:00
parent 63c3da169a
commit 7a6d44d0df
878 changed files with 474272 additions and 31 deletions

View File

@@ -0,0 +1,164 @@
---
id: policies-all-cache-clear-create
title: "policies_all_cache_clear_create"
description: "Clear policy cache"
sidebar_label: "policies_all_cache_clear_create"
hide_title: true
hide_table_of_contents: true
api: eJx1U01v2zAM/SuGzkYUpD0MOa0riiHAuhVIdxqKgJbZWI0iqZIcLDD830fKTuJ+7GTJeuQj3yM74TwGSNrZVS2Wwjujlca4AWM2ClSDG2UQwkYFhISiFDVGFbTnCMLf8mORo45FxhMkwTaK5Z9zMvFUioiqDTod6X8noE0N2qR3dHvq6TVg9M5Ggi47sZhf8+ct0bpVCmN8bo0hImbFeiTsS3E9n38M+QZ1EfC1xZgGzBVjlLOJuPkI3lOBuXn5EjmmE5Ey7oFP6eiRsrjqBVX60Ph3tBi0Km4eVsVdCC4QwgcWM+mhjRoTaDPJFFPQdsulKFfjJw89C/HaamqN5RsTkDxJJ4MX0oGvZ/zbonKKPabGDV5GrttDaugmT25IslZOrJWC3QkHDDGb0wbDcPBaHq6k6CfmrVmcobuJhec+mpQ8J8soulfsUshFafvsMnLs5BJeCmYe6l/MF9ezL7PFB7XvYUcKFaeowbMi6r03OBNlNhVUNpXcY9VFg8a4r1t3Zpppx9qTCEiTxlALucz71SOlGNrmFuJSyq1OTVvNlNvLSQp5OVXGVZKorPyxur37ub7LbbLke7CT5CfVC1J9mNdheovPF2oyn//ZrUHqhH+T9Ib4uadcezc6Pdm7UhAry3Nxm248UQ3PBkG7roKIv4Ppe/5NyxJ4Rel4gKChYrNoRSkAoSYveUB2SBBxQ/voeb4OYNps6ftt4sk5D+PDrzWrzAJOJmackPJ04PTjE9jjJDnVmRGPboeWai3HKhLfiYmW4R908aS4
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={"policies_all_cache_clear_create"}
>
</Heading>
<MethodEndpoint
method={"post"}
path={"/policies/all/cache_clear/"}
>
</MethodEndpoint>
Clear policy cache
<div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"204"}
value={"204"}
>
<div>
Successfully cleared cache
</div><div>
</div>
</TabItem><TabItem
label={"400"}
value={"400"}
>
<div>
Bad request
</div><div>
</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>