Skip to content

Commit

Permalink
Update VideoStatusIngest enum descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol committed Feb 16, 2024
1 parent 0eda0e6 commit 778d244
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12859,12 +12859,18 @@ components:
properties:
status:
type: string
description: There are three possible ingest statuses. missing - you are missing information required to ingest the video. uploading - the video is in the process of being uploaded. uploaded - the video is ready for use.
description: |
There are four possible statuses depending on how you provide a video file:
- `uploading` - the API is gathering the video source file from an upload.
- `uploaded` - the video file is fully uploaded.
- `ingesting` - the API is gathering the video source file from either a URL, or from cloning.
- `ingested` - the video file is fully stored.
example: uploaded
enum:
- missing
- uploading
- uploaded
- ingesting
- ingested
filesize:
type: integer
description: The size of your file in bytes.
Expand Down

0 comments on commit 778d244

Please sign in to comment.