Skip to content

Commit 7b2bbb6

Browse files
committed
ci: regenerated with Speakeasy CLI v1.513.2
1 parent 7206a36 commit 7b2bbb6

File tree

2 files changed

+38
-10
lines changed

2 files changed

+38
-10
lines changed

.speakeasy/workflow.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.488.0
1+
speakeasyVersion: 1.513.2
22
sources:
33
livepeer-studio-api:
44
sourceNamespace: livepeer-studio-api
5-
sourceRevisionDigest: sha256:080442eee9caa414607243ffc49e136e2945fe4de0ff3f69fb2745a9bbaab6db
6-
sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb
5+
sourceRevisionDigest: sha256:9c222954a2b5d2b528c4d7c00eed88fab78259f7a21fc82ad78f73a251af37c0
6+
sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1739232219
9+
- speakeasy-sdk-regen-1739318631
1010
- 1.0.0
1111
targets: {}
1212
workflow:

ai/api-reference/gateway.openapi.yaml

+34-6
Original file line numberDiff line numberDiff line change
@@ -856,12 +856,27 @@ paths:
856856
summary: Live Video To Video
857857
description: Apply transformations to a live video streamed to the returned endpoints.
858858
operationId: genLiveVideoToVideo
859+
security:
860+
- HTTPBearer: []
861+
parameters:
862+
- name: requestID
863+
in: header
864+
required: false
865+
schema:
866+
type: string
867+
title: Requestid
868+
- name: streamID
869+
in: header
870+
required: false
871+
schema:
872+
type: string
873+
title: Streamid
859874
requestBody:
875+
required: true
860876
content:
861877
application/json:
862878
schema:
863879
$ref: '#/components/schemas/LiveVideoToVideoParams'
864-
required: true
865880
responses:
866881
'200':
867882
description: Successful Response
@@ -871,31 +886,29 @@ paths:
871886
$ref: '#/components/schemas/LiveVideoToVideoResponse'
872887
x-speakeasy-name-override: data
873888
'400':
874-
description: Bad Request
875889
content:
876890
application/json:
877891
schema:
878892
$ref: '#/components/schemas/HTTPError'
893+
description: Bad Request
879894
'401':
880-
description: Unauthorized
881895
content:
882896
application/json:
883897
schema:
884898
$ref: '#/components/schemas/HTTPError'
899+
description: Unauthorized
885900
'500':
886-
description: Internal Server Error
887901
content:
888902
application/json:
889903
schema:
890904
$ref: '#/components/schemas/HTTPError'
905+
description: Internal Server Error
891906
'422':
892907
description: Validation Error
893908
content:
894909
application/json:
895910
schema:
896911
$ref: '#/components/schemas/HTTPValidationError'
897-
security:
898-
- HTTPBearer: []
899912
x-speakeasy-name-override: liveVideoToVideo
900913
x-codeSamples:
901914
- lang: typescript
@@ -1512,6 +1525,16 @@ components:
15121525
title: Params
15131526
description: Initial parameters for the pipeline.
15141527
default: {}
1528+
gateway_request_id:
1529+
type: string
1530+
title: Gateway Request Id
1531+
description: The ID of the Gateway request (for logging purposes).
1532+
default: ''
1533+
stream_id:
1534+
type: string
1535+
title: Stream Id
1536+
description: The Stream ID (for logging purposes).
1537+
default: ''
15151538
type: object
15161539
required:
15171540
- subscribe_url
@@ -1538,6 +1561,11 @@ components:
15381561
title: Events Url
15391562
description: URL for subscribing to events for pipeline status and logs
15401563
default: ''
1564+
request_id:
1565+
type: string
1566+
title: Request Id
1567+
description: The ID generated for this request
1568+
default: ''
15411569
type: object
15421570
required:
15431571
- subscribe_url

0 commit comments

Comments
 (0)