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
"description": "Update a MFA verification name, a logto-verification-id in header is required for checking sensitive permissions. Only WebAuthn is supported for now.",
306
+
"requestBody": {
307
+
"content": {
308
+
"application/json": {
309
+
"schema": {
310
+
"properties": {
311
+
"name": {
312
+
"description": "The name of the MFA verification."
289
313
}
290
314
}
291
315
}
292
316
}
293
317
}
318
+
},
319
+
"responses": {
320
+
"200": {
321
+
"description": "The MFA verification name was updated successfully."
0 commit comments