We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4fe30 commit 3a2358eCopy full SHA for 3a2358e
1 file changed
README.md
@@ -2326,7 +2326,7 @@ This API resets the Google Authenticator configurations on a given account via t
2326
2327
```py
2328
2329
-authenticator = "True" #Required
+authenticator = True #Required
2330
uid = "<uid>" #Required
2331
2332
result = loginradius.mfa.mfa_reset_authenticator_by_uid(authenticator, uid)
0 commit comments