ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.193.0

This commit is contained in:
speakeasybot
2024-02-23 14:49:43 +00:00
parent bbed03f967
commit 6748e94a9a
3327 changed files with 2918 additions and 65299 deletions

View File

@@ -55,14 +55,13 @@ if res.object is not None:
The server URL can also be overridden on a per-operation basis, provided a server list was specified for the operation. For example:
```python
import plex_api
from plex_api.models import operations
s = plex_api.PlexAPI(
access_token="<YOUR_API_KEY_HERE>",
)
res = s.plex.tv.get_pin(server_url="https://plex.tv/api/v2", x_plex_client_identifier='string', strong=False)
res = s.plex.get_pin(server_url="https://plex.tv/api/v2", x_plex_client_identifier='<value>', strong=False)
if res.object is not None:
# handle response

View File

@@ -1,6 +0,0 @@
import LanguageSelector from 'src/components/LanguageSelector';
import { H2 } from "src/components/TextHeaderWrapper";
<H2>Server Options <LanguageSelector/></H2>
{/* render server_options */}