ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.3

This commit is contained in:
speakeasybot
2025-05-06 00:03:13 +00:00
parent ec4c92a1a4
commit ebef311617
10 changed files with 150 additions and 136 deletions

View File

@@ -9,7 +9,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -28,7 +28,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -47,7 +47,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -66,7 +66,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -85,8 +85,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -116,7 +116,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -135,7 +135,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -154,7 +154,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -173,7 +173,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -192,7 +192,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -211,7 +211,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -230,8 +230,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -250,8 +250,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -270,7 +270,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -289,7 +289,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -308,7 +308,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -327,7 +327,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -346,7 +346,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI() as plex_api:
@@ -363,7 +363,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -382,7 +382,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -401,8 +401,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -425,7 +425,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -444,7 +444,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -463,7 +463,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -482,7 +482,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI() as plex_api:
@@ -499,8 +499,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -519,7 +519,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -538,7 +538,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -572,7 +572,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -591,7 +591,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -610,7 +610,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -636,7 +636,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -655,7 +655,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -674,7 +674,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -693,7 +693,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -719,8 +719,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -757,8 +757,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -783,7 +783,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -802,8 +802,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -825,7 +825,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -844,7 +844,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -863,8 +863,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -883,8 +883,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -906,8 +906,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -926,8 +926,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -946,8 +946,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -966,8 +966,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -986,8 +986,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1010,8 +1010,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1030,7 +1030,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1051,7 +1051,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1070,7 +1070,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1089,7 +1089,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1108,8 +1108,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1136,7 +1136,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI() as plex_api:
@@ -1159,7 +1159,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI() as plex_api:
@@ -1183,7 +1183,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1202,8 +1202,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1227,8 +1227,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1247,7 +1247,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1266,7 +1266,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1285,7 +1285,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1304,7 +1304,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1323,8 +1323,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1343,7 +1343,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1362,7 +1362,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1381,7 +1381,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1400,7 +1400,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1419,8 +1419,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1439,7 +1439,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1458,7 +1458,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1477,7 +1477,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1496,7 +1496,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1515,7 +1515,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1534,7 +1534,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1553,7 +1553,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1572,7 +1572,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1591,8 +1591,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1611,8 +1611,8 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from .models import operations
from plex_api_client import PlexAPI
from plex_api_client.models import operations
with PlexAPI(
@@ -1631,7 +1631,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1650,7 +1650,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(
@@ -1669,7 +1669,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI() as plex_api:
@@ -1700,7 +1700,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI() as plex_api:
@@ -1728,7 +1728,7 @@ actions:
- lang: python
label: PlexPy
source: |-
from import PlexAPI
from plex_api_client import PlexAPI
with PlexAPI(