ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.147.0

This commit is contained in:
speakeasybot
2024-01-19 00:32:18 +00:00
parent efa711c3a2
commit 26c128571f
323 changed files with 1244 additions and 151 deletions

View File

@@ -1,9 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `type` *{`float`}*
item type
---
##### `filter_` *{`Optional[str]`}*
the filter parameter

View File

@@ -3,6 +3,7 @@
This is the path to the local file, must be prefixed by `file://`
<br/>
**Example:** `file://C:\Image.png&type=13`
---
##### `type` *{`Optional[float]`}*
Item type

View File

@@ -1,9 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `type` *{`float`}*
item type
---
##### `filter_` *{`Optional[str]`}*
the filter parameter

View File

@@ -10,7 +10,7 @@ s = plex_api.PlexAPI(
res = s.library.get_libraries()
if res.status_code == 200:
if res.object is not None:
# handle response
pass
```
@@ -18,13 +18,12 @@ if res.status_code == 200:
```json Example Response
{
"errors": [
{
"code": 1001,
"message": "User could not be authenticated",
"status": 401
}
]
"MediaContainer": {
"size": 5,
"allowSync": false,
"title1": "Plex Library",
"Directory": []
}
}
```
</CH.Code>

View File

@@ -7,6 +7,7 @@ import Labels from "/src/lib/labels";
the Id of the library to query
<br/>
**Example:** `1000`
---
##### `include_details` *{`Optional[operations.IncludeDetails]`}*
Whether or not to include details for a section (types, filters, and sorts).
@@ -17,4 +18,3 @@ Only exists for backwards compatibility, media providers other than the server l
<IncludeDetails />
</Collapsible>

View File

@@ -1,9 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `section_id` *{`float`}*
the Id of the library to query
---
##### `type` *{`Optional[float]`}*
item type
---
##### `filter_` *{`Optional[str]`}*
the filter parameter