Skip to content

Commit e367e11

Browse files
committed
ci: regenerated with Speakeasy CLI v1.494.0
1 parent 7206a36 commit e367e11

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-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.494.0
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

+19-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

0 commit comments

Comments
 (0)