Update plex-api-spec.yaml to enforce string type for path parameters and update workflow.lock with new source digests and version tag.

This commit is contained in:
Luke Hagar
2025-10-12 03:14:37 +00:00
parent 9a43df45b2
commit 7627767c19
2 changed files with 5 additions and 9 deletions

View File

@@ -9,11 +9,11 @@ sources:
- main - main
plexapi: plexapi:
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:edf35a1fb3134c8b4075473e08d8327bc3538a75ac07e31c2aaa0c687ad209cf sourceRevisionDigest: sha256:6bf8a50d3243f80ef4892b02274c4bec9523c1848de3574b3a82fdae8ebdeeb2
sourceBlobDigest: sha256:f7d882c21a49905c7811067bf4e730a3a5807253b505f1a42e483121e10af150 sourceBlobDigest: sha256:0df6d70877365b0106b9be1cfbfa5e84817b157181c7a2b78b2b8d74d02afcb6
tags: tags:
- latest - latest
- speakeasy-sdk-regen-1760236438 - 1.1.1
targets: {} targets: {}
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0

View File

@@ -7014,9 +7014,7 @@ paths:
in: path in: path
required: true required: true
schema: schema:
oneOf: type: string
- type: integer
- type: string
responses: responses:
'200': '200':
description: OK description: OK
@@ -7059,9 +7057,7 @@ paths:
in: path in: path
required: true required: true
schema: schema:
oneOf: type: string
- type: integer
- type: string
responses: responses:
'200': '200':
description: OK description: OK