workos/workos-python

discrepancy between argument names

Closed this issue · 2 comments

authentication_factor_id=None,

There appears to be a discrepancy between the argument names provided here and those listed in the API reference documentation. Here, it is referred to as "authentication_factor_id," whereas in the documentation, it is labeled as "authorization_factor_id."

Thanks @yehuda-margolis for opening this issue. Where in the docs have you found the "authorization_factor_id"? FWIW, the code in the SDK is correct, should be named "authentication_factor_id".

Nevermind @yehuda-margolis , we found the docs with the wrong naming... we will be fixing today, thanks for reporting! 🙏