Files
authentik/website/docs/developer-docs/api/reference/propertymappings-source-plex-retrieve.api.mdx
Tana M Berry 7a6d44d0df first pass
2024-10-22 15:10:13 -05:00

398 lines
15 KiB
Plaintext

---
id: propertymappings-source-plex-retrieve
title: "propertymappings_source_plex_retrieve"
description: "PlexSourcePropertyMapping Viewset"
sidebar_label: "propertymappings_source_plex_retrieve"
hide_title: true
hide_table_of_contents: true
api: eJytVk1v4zYQ/SuELm0Bwwqyeyh8atAGgYGma2ySBYpFYFDSWOKaIrUk5UQ19N87Q0qxIilJg+7BMClyvt48zswx0hUY7oRW6yxaRZWhvWtKXlVC5XZrdW1S2FYSHrcGnBFwgGgRZWBTIyqSQ6kNnt74i5tO/jrIsy8CHiw4lKi44SU4MDZafT1GguQq7go8UnhAu3Jb1yLDDzYtoOTR6hi5pqIji4ZVjic7bUru8Iu/2Y4duWB3d+s/WLjORAbKiV1Da1cIy8hPFhxlvaesc3WJ2g18r4UBBMKZGtr7ReR4Tv5OcInwzEJaG+EaHw+vXUHW9ri7J0kDttLKgqUwzs/O6C/VyuElWqIeKVIPfPzNkvPHadg6+QapewfcN2AEl+IfMIR4OBTBhWr/Np7kNc8+KdkEBDB+4SQJbErWI15yxXPCaKpN1VLyhASeS18HEZY07ITTOKpPPliLmeKOcQOsnJFastsCLDDdXaZ7KTrt8B5XGaurLKxrpzEwRFjKhoQw+zvJc6YxOCZURthDb0x1+liKywS1H8A8YGoxWWS9FHl4InbJ/ta1v2WdkJKVOkN+oZaTRwfB/f5is16wpHYMHiuvuuAqJ4t6bEEoxplEd0zn/pJgDo9ijDEeoD7klhWBM5PjVJfIu45l4wQ9R/wKXOf2T5Y9yTGrAywPwPZKP7ACf+g1ZMINIp2QBW1jUIm2sJ33fWz+M7jaqJMHz6Tf0I4FqTZcvt9IkHvTFlYqvsXsgnxfMAIfuFHcMwMkm1ffDivN10HGniV36kRHigW95RHY8+jcDx7wSzUjattJGSUeffyhJesLVqXMi7JLY/S0PCmttjsBMtsCnduBSm4Mb1BAOCjtDOc96bO5x4InPEPaolkuN0N77QmZk2vBsxfx+PAD8bgChaU6pSrxAiAZJl/MEPzVaIe06hQMONAZfSXMwPxC0yiQd20bW/QqiscNMA6DQUyDQXzsWncbU/MGc+i7fG0kCfNKxIcPcdQOuuYNIRVCHfTOp6AK56p+EqB9AljqjfdQqJ32N7uwhi2FLIdgzs/OPy5/XZ5PoL/me2qVvVRIILOixFBoCKAM89RnGFNJKYgKkFL/lutTGxKaEoHpB2zxnr9hhrle36KKEDaFYFdxnAtX1MkSn3k8UBGfVonUSYymVPzn+vfLv24ufZiVtg5b4ED5OAcs5IBRDthLw9mAsv9pTuvwd/DoMLnoFAXqAzp2ZJiZhjBRXi0RBm3g3+o0zREFCwyGJI/HhFu4M7Jt6fP3GgzNT7g8cBxd/OyAvMmEpTXScMelhVdC+vlzR/lf2P8c/mYD70uQogJ04LKmHS730Awm1vYerxZY5JGh5H44vUhTqNxAblIw6D08vberS6IOsWLwDDraL/oFaZ/1CYH1N271HhSC27voaE8Otu2/qSQyKQ==
sidebar_class_name: "get 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={"propertymappings_source_plex_retrieve"}
>
</Heading>
<MethodEndpoint
method={"get"}
path={"/propertymappings/source/plex/{pm_uuid}/"}
>
</MethodEndpoint>
PlexSourcePropertyMapping Viewset
<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":"pm_uuid","schema":{"type":"string","format":"uuid"},"description":"A UUID string identifying this Plex Source Property Mapping.","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={"pk"}
required={true}
schemaName={"uuid"}
qualifierMessage={undefined}
schema={{"type":"string","format":"uuid","readOnly":true,"title":"Pm uuid"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"managed"}
required={false}
schemaName={"Managed by authentik (string)"}
qualifierMessage={undefined}
schema={{"type":"string","nullable":true,"title":"Managed by authentik","description":"Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update."}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"expression"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string"}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"component"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Get object's component so that we know how to edit the object","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verbose_name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return object's verbose_name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"verbose_name_plural"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return object's plural verbose_name","readOnly":true}}
>
</SchemaItem><SchemaItem
collapsible={false}
name={"meta_model_name"}
required={true}
schemaName={"string"}
qualifierMessage={undefined}
schema={{"type":"string","description":"Return internal model name","readOnly":true}}
>
</SchemaItem>
</ul>
</details>
</TabItem><TabItem
label={"Example (from schema)"}
value={"Example (from schema)"}
>
<ResponseSamples
responseExample={"{\n \"pk\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n \"managed\": \"string\",\n \"name\": \"string\",\n \"expression\": \"string\",\n \"component\": \"string\",\n \"verbose_name\": \"string\",\n \"verbose_name_plural\": \"string\",\n \"meta_model_name\": \"string\"\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>
</ApiTabs>
</div>
</div>