docs(stream): update stream openapi - #387
Open
zeljko-at-bunny wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noise, not a real change: 10 more schemas disappeared (
Video,VideoStatus,VideoDrmType,VRTypes,VideoInfoModel,VideoLibraryStatus,ProblemDetails,AddHeatmapDataModel,AddVideoViewTimeModel,AddViewDataModel) and these were already orphaned/unreferenced by any path in the old spec too. They weren't wired to any documented endpoint before or after, so their removal is just the codegen no longer emitting dead DTOs, not an API change.Other changes:
POST /library/{libraryId}/videos/fetch— gained422("Unable to fetch video from origin") and429("Too many fetch jobs queued...") responses; the existing400gained a body (StatusModel) and a more specific description ("URL validation failed or request was invalid" vs. generic "Failed fetching the video").POST .../captions/{srclang}(Add Caption) —200and400responses now both returnStatusModelOfCaptionValidationModel(a new schema wrappingStatusModel+CaptionValidationModeldata) instead of separateStatusModel/CaptionValidationModeltypes.POST .../resolutions/cleanup— two new query parameters added:allResolutions(boolean) andoutputs(string — "Outputs to clean. Supported values: hls, mp4, all").POST .../thumbnail(Set Thumbnail) — gained400("The request or URL was invalid") and422("Unable to fetch thumbnail from origin") responses.No paths were added, no methods changed on any other endpoint, and
info.versionbumped1.0.0→1.5.13.