ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.148.0

This commit is contained in:
speakeasybot
2024-01-22 17:16:42 +00:00
parent cc432867b1
commit fea0f897f2
283 changed files with 8110 additions and 1290 deletions

View File

@@ -114,7 +114,7 @@ $sdk = Plex_API\PlexAPI::builder()->setSecurity($security)->build();
try {
$response = $sdk->server->getAvailableClients();
if ($response->responseBodies !== null) {
if ($response->twoHundredApplicationJsonObject !== null) {
// handle response
}
} catch (Exception $e) {