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,349 @@
---
id: events-transports-test-create
title: "events_transports_test_create"
description: "Send example notification using selected transport. Requires"
sidebar_label: "events_transports_test_create"
hide_title: true
hide_table_of_contents: true
api: eJy1VVFv0zAQ/iuRn0Cq6qkbEuoTEwxUiY2JdryMqXLja+PVsTPbqShR/jt3cZpmazcJNJ5q1+e77/vu/KVitgAngrJmItmYwQZM8PPghPGFdbQEH+apAxGADZgEnzpVUDxGT8HIBH6JvNCQGBvUUqVNrqT0yqwSDxrSADLp8g2T7/BQKgf+p7m0Ui23CdbPlfd4yw+xQiGcyCGA82x8WzFFdQoRMjwyeIC7slQSdz7NIBdsXLGwLeh/HxwWxZOldbkIu8j6Kerz5OZm8imJ4YmSyBhx0DpkyidXfR6zDjjmdRE66hRcCfXdgAWxIpitbAz/8ZCWToVtA16UIaPsa9zdUTzyLpAneII9Ojmhn9SagEG0FEWh28r83hPY6pCmXdyjqAe9eASbmobqOyW0+g2OZHXU6KBi6Ry8F6u4btMK58QWA1WA3B+qWtd1X4DbfQqSQQUNTzB0ys0QS7z+GDA15uxVJfiBbGUU4MI5e0jbWDNfKtByDnT+V/QHiFLC8RMhpaKyQl/369V7ZfbQIrJn9Th9RT2+gMERSJPz68kzgkgIQukjpF5i25+CNkFvBtqiL9J8F9v++OAzJiKrsHF6O8toaqIjZJYMqrA+NC6BjjBmPD48vvcrXtGjrznl4OQS4DY7LymdpjuiUHxzylnde65TkjRq0nu0HfsshGJnObRfgHDgGmTKLG0T2fLfXx8wqhzJjU5GZ8P3w9FBjy7Fmpxnd6t9v16RpZLn0CiItBkF7Dn1imWgtf2wsl2lobKkKs4JoLc0gx6d8nIywxSRNlHwY85XKmTlYpjanPdS8P1qoe2CYynDv04+XlxNLxqapHsuTC95lH7fJx/7dvxT0Zvp//LVaPsU4FfghUbwJEhDvGpnpTNpDO4g42bcfk4IPP7QKGc0Y3ihqhbCw43TdU1/P5TgyNdxuRForQvqN46VVJ7WOJ1LoT28wPxNS0O+Tf75I3SU6c7EDFnYRuiSdrhcw7b7DN5hXAZC4twS6nh0nqZQhN6lA7+hV9K9vutvU5ooGpbe62hfw2C3oPRHEaGgTcTMrsGgqDuAgfaEsK7/AD61/tU=
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_transports_test_create"}
>
</Heading>
<MethodEndpoint
method={"post"}
path={"/events/transports/{uuid}/test/"}
>
</MethodEndpoint>
Send example notification using selected transport. Requires
Modify permissions.
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>
<details
style={{"marginBottom":"1rem"}}
className={"openapi-markdown__details"}
data-collapsed={false}
open={true}
>
<summary
style={{}}
>
<h3
className={"openapi-markdown__details-summary-header-params"}
>
Path Parameters
</h3>
</summary><div>
<ul>
<ParamsItem
className={"paramsItem"}
param={{"in":"path","name":"uuid","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Notification Transport.","required":true}}
>
</ParamsItem>
</ul>
</div>
</details><div>
<div>
<ApiTabs
label={undefined}
id={undefined}
>
<TabItem
label={"200"}
value={"200"}
>
<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={"messages"}
required={true}
schemaName={"string[]"}
qualifierMessage={undefined}
schema={{"type":"array","items":{"type":"string"}}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"messages\": [\n \"string\"\n ]\n}"}
language={"json"}
>
</ResponseSamples>
</TabItem>
</SchemaTabs>
</TabItem>
</MimeTabs>
</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><TabItem
label={"500"}
value={"500"}
>
<div>
Failed to test transport
</div><div>
</div>
</TabItem>
</ApiTabs>
</div>
</div>