·
248 commits
to main
since this release
What's Changed
We released a fix for the oauth.v2.exchange
method argument type; previously it did not require a token
, which was incorrect. It now requires a token
parameter, which matches the expectations of this API method.
Full Changelog
ae755dc web-api(fix): oauth.v2.exchange
method requires a token
parameter (#1779) - thanks for reporting @iggyray!