We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd8863c + 65c9855 commit eef7d10Copy full SHA for eef7d10
1 file changed
openapi.yaml
@@ -74,7 +74,7 @@ paths:
74
content:
75
application/json:
76
schema:
77
- $ref: '#/components/schemas/VideoJob'
+ $ref: '#/components/schemas/VideoRetrieveResponse'
78
'400':
79
description: Invalid request parameters.
80
'404':
@@ -7355,7 +7355,7 @@ components:
7355
type: string
7356
description: Unique identifier for the video job.
7357
7358
- VideoJob:
+ VideoRetrieveResponse:
7359
properties:
7360
id:
7361
0 commit comments