mxenabled / mx-platform-ruby

A Ruby library for the MX Platform API
MIT License
2 stars 0 forks source link

Missing `client_redirect_url` argument from ::MxPlatformRuby::WidgetRequest #71

Closed rubendinho closed 2 years ago

rubendinho commented 2 years ago

Hi - the MX docs show a client_redirect_url field on the Widget Request endpoint, but this library does not expose or support it.

How can one create a widget URL with this field?

cerinman commented 2 years ago

@rubendinho sorry for the delay in response. It looks like we missed updating our open api spec with that new field and regenerating these libraries. I'll get with our engineering team tomorrow morning and get this take care of. Thank you for letting us know we were missing the field!

rubendinho commented 2 years ago

@cerinman - great - thanks for the update!

mcoats13 commented 2 years ago

@rubendinho this should now be resolved with version 0.13.2. Let us know if you experience any issues. Thanks!