{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys MFA API", "version": "1" }, "items": [ { "info": { "name": "MFA", "type": "folder" }, "items": [ { "info": { "name": "Replace MFA Configuration", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/mfa", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Replace MFA Configuration.\n\n
\n update:mfa\n
\n" } ] } ], "bundled": true }