ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.580.1

This commit is contained in:
speakeasybot
2025-07-10 00:13:20 +00:00
parent a7ec77cd04
commit fe48f93ccb
109 changed files with 1509 additions and 279 deletions

View File

@@ -527,7 +527,7 @@ actions:
});
async function run() {
const result = await plexAPI.library.getFileHash("file://C:\Image.png&type=13");
const result = await plexAPI.library.getFileHash("file://C:\\Image.png&type=13");
console.log(result);
}