Skip to content

Commit eef7d10

Browse files
authored
Merge pull request #144 from togethercomputer/blainekasten-patch-2
Update openapi.yaml
2 parents dd8863c + 65c9855 commit eef7d10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ paths:
7474
content:
7575
application/json:
7676
schema:
77-
$ref: '#/components/schemas/VideoJob'
77+
$ref: '#/components/schemas/VideoRetrieveResponse'
7878
'400':
7979
description: Invalid request parameters.
8080
'404':
@@ -7355,7 +7355,7 @@ components:
73557355
type: string
73567356
description: Unique identifier for the video job.
73577357

7358-
VideoJob:
7358+
VideoRetrieveResponse:
73597359
properties:
73607360
id:
73617361
type: string

0 commit comments

Comments
 (0)