ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.267.2

This commit is contained in:
speakeasybot
2024-04-22 16:15:18 +00:00
parent e6d52196d1
commit 912bd6ca8f
24 changed files with 106 additions and 98 deletions

View File

@@ -37,7 +37,7 @@ $security = new Components\Security();
$security->accessToken = '<YOUR_API_KEY_HERE>';
$sdk = Plex_API\PlexAPI::builder()
->setXPlexClientIdentifier('<value>')
->setXPlexClientIdentifier('Postman')
->setSecurity($security)->build();
try {
@@ -78,7 +78,7 @@ $security = new Components\Security();
$security->accessToken = '<YOUR_API_KEY_HERE>';
$sdk = Plex_API\PlexAPI::builder()
->setXPlexClientIdentifier('<value>')
->setXPlexClientIdentifier('Postman')
->setSecurity($security)->build();
try {