ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.148.0

This commit is contained in:
speakeasybot
2024-01-20 03:10:38 +00:00
parent ba3b2d591e
commit cc432867b1
30 changed files with 558 additions and 66 deletions

View File

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