File tree 2 files changed +23
-10
lines changed
2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.488 .0
1
+ speakeasyVersion: 1.497 .0
2
2
sources:
3
3
livepeer-studio-api:
4
4
sourceNamespace: livepeer-studio-api
5
- sourceRevisionDigest: sha256:080442eee9caa414607243ffc49e136e2945fe4de0ff3f69fb2745a9bbaab6db
6
- sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb
5
+ sourceRevisionDigest: sha256:9c222954a2b5d2b528c4d7c00eed88fab78259f7a21fc82ad78f73a251af37c0
6
+ sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1739232219
9
+ - speakeasy-sdk-regen-1739318631
10
10
- 1.0.0
11
11
targets: {}
12
12
workflow:
Original file line number Diff line number Diff line change @@ -856,12 +856,27 @@ paths:
856
856
summary : Live Video To Video
857
857
description : Apply transformations to a live video streamed to the returned endpoints.
858
858
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
859
874
requestBody :
875
+ required : true
860
876
content :
861
877
application/json :
862
878
schema :
863
879
$ref : ' #/components/schemas/LiveVideoToVideoParams'
864
- required : true
865
880
responses :
866
881
' 200 ' :
867
882
description : Successful Response
@@ -871,31 +886,29 @@ paths:
871
886
$ref : ' #/components/schemas/LiveVideoToVideoResponse'
872
887
x-speakeasy-name-override : data
873
888
' 400 ' :
874
- description : Bad Request
875
889
content :
876
890
application/json :
877
891
schema :
878
892
$ref : ' #/components/schemas/HTTPError'
893
+ description : Bad Request
879
894
' 401 ' :
880
- description : Unauthorized
881
895
content :
882
896
application/json :
883
897
schema :
884
898
$ref : ' #/components/schemas/HTTPError'
899
+ description : Unauthorized
885
900
' 500 ' :
886
- description : Internal Server Error
887
901
content :
888
902
application/json :
889
903
schema :
890
904
$ref : ' #/components/schemas/HTTPError'
905
+ description : Internal Server Error
891
906
' 422 ' :
892
907
description : Validation Error
893
908
content :
894
909
application/json :
895
910
schema :
896
911
$ref : ' #/components/schemas/HTTPValidationError'
897
- security :
898
- - HTTPBearer : []
899
912
x-speakeasy-name-override : liveVideoToVideo
900
913
x-codeSamples :
901
914
- lang : typescript
You can’t perform that action at this time.
0 commit comments