schemas/enableTwoFactorAuth.json in losant_rest-1.16.3 vs schemas/enableTwoFactorAuth.json in losant_rest-1.16.5
- old
+ new
@@ -9,13 +9,17 @@
},
"password": {
"type": "string",
"minLength": 8,
"maxLength": 2048
+ },
+ "twoFactorCode": {
+ "type": "string",
+ "maxLength": 2048
}
},
"required": [
"password",
- "twoFactorAuthKey"
+ "twoFactorCode"
],
"additionalProperties": false
}
\ No newline at end of file