From 7627767c195a45de6df989b9c94da78de45f16df Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Sun, 12 Oct 2025 03:14:37 +0000 Subject: [PATCH] Update plex-api-spec.yaml to enforce string type for path parameters and update workflow.lock with new source digests and version tag. --- .speakeasy/workflow.lock | 6 +++--- plex-api-spec.yaml | 8 ++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 4a3ee829..73d6a28d 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -9,11 +9,11 @@ sources: - main plexapi: sourceNamespace: plexapi - sourceRevisionDigest: sha256:edf35a1fb3134c8b4075473e08d8327bc3538a75ac07e31c2aaa0c687ad209cf - sourceBlobDigest: sha256:f7d882c21a49905c7811067bf4e730a3a5807253b505f1a42e483121e10af150 + sourceRevisionDigest: sha256:6bf8a50d3243f80ef4892b02274c4bec9523c1848de3574b3a82fdae8ebdeeb2 + sourceBlobDigest: sha256:0df6d70877365b0106b9be1cfbfa5e84817b157181c7a2b78b2b8d74d02afcb6 tags: - latest - - speakeasy-sdk-regen-1760236438 + - 1.1.1 targets: {} workflow: workflowVersion: 1.0.0 diff --git a/plex-api-spec.yaml b/plex-api-spec.yaml index e178cb9b..4a42ed85 100644 --- a/plex-api-spec.yaml +++ b/plex-api-spec.yaml @@ -7014,9 +7014,7 @@ paths: in: path required: true schema: - oneOf: - - type: integer - - type: string + type: string responses: '200': description: OK @@ -7059,9 +7057,7 @@ paths: in: path required: true schema: - oneOf: - - type: integer - - type: string + type: string responses: '200': description: OK