You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST https://cloud.appwrite.io/v1/account/mfa/challenge
185
+
POST https://cloud.appwrite.io/v1/account/mfa/challenges
186
186
```
187
187
188
188
** Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge) method. **
@@ -195,7 +195,7 @@ POST https://cloud.appwrite.io/v1/account/mfa/challenge
195
195
196
196
197
197
```http request
198
-
POST https://cloud.appwrite.io/v1/account/mfa/challenge
198
+
POST https://cloud.appwrite.io/v1/account/mfa/challenges
199
199
```
200
200
201
201
** Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge) method. **
@@ -208,7 +208,7 @@ POST https://cloud.appwrite.io/v1/account/mfa/challenge
208
208
209
209
210
210
```http request
211
-
PUT https://cloud.appwrite.io/v1/account/mfa/challenge
211
+
PUT https://cloud.appwrite.io/v1/account/mfa/challenges
212
212
```
213
213
214
214
** Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method. **
@@ -222,7 +222,7 @@ PUT https://cloud.appwrite.io/v1/account/mfa/challenge
222
222
223
223
224
224
```http request
225
-
PUT https://cloud.appwrite.io/v1/account/mfa/challenge
225
+
PUT https://cloud.appwrite.io/v1/account/mfa/challenges
226
226
```
227
227
228
228
** Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method. **
0 commit comments