mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user