-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect asset static renditions status #89
Comments
Hey @masterT, thanks for the feedback on this - we weren't able to make the When you're using the new static renditions API, you'll indeed see Thanks! |
This is missleading in the case you save the MuxRuby object as JSON and load it with the MuxRuby object. The JSON won't be the same. The original payload won't include the status. I think this could lead to problem. If |
Hey @masterT, thanks for the feedback, let me have a deeper look at this - |
Hey @masterT, OK I see what's happening here - sorry I misinterpreted the initial report as related to the legacy
This SDK is generated from our OpenAPI specification, and at the moment, this SDK is generated using an old version of openapi-generator, which has many known limitations. We're expecting to replace this with a more modern SDK in the coming months, like we did with mux-node last year. We'll take a quick look and try to see if there's an easy fix in the short term by flagging this field as |
Hey @masterT. This is modelled correctly as an optional field in our OpenAPI specification, which we use to model the API, this is an artefact of how openapi-generator generates this SDK. There's no plans for a short term fix for this at the moment. As I mentioned before, we're planning to replace this entire SDK in the coming months with a much more modern SDK, and I'll make sure this is on the list of things for us to check in the new SDK. Thanks. |
When using
static_renditions
andvideo_quality
to create an asset it does not containsstatic_renditions.status
. The gem is inferring the value to"disabled"
.I would expect it to return
nil
same when setting it explicitly tonil
:The text was updated successfully, but these errors were encountered: