Skip to content

@slack/web-api@7.04

Compare
Choose a tag to compare
@filmaj filmaj released this 19 Apr 12:51
· 6 commits to main since this release
b653d85

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!