schemas/instanceOrgPatch.json in losant_rest-1.19.1 vs schemas/instanceOrgPatch.json in losant_rest-1.19.2
- old
+ new
@@ -24,10 +24,18 @@
},
"application": {
"type": "integer",
"minimum": 0
},
+ "applicationcertificate": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "applicationcertificateauthority": {
+ "type": "integer",
+ "minimum": 0
+ },
"applicationkey": {
"type": "integer",
"minimum": 0
},
"credential": {
@@ -135,10 +143,15 @@
"minimum": 0
},
"applicationFlowSlots": {
"type": "integer",
"minimum": 0
+ },
+ "systemInterval": {
+ "type": "integer",
+ "minimum": 5,
+ "maximum": 3600
}
},
"additionalProperties": false
},
"whitelistedEmailDomains": {
@@ -190,9 +203,17 @@
"maxItems": 100
},
"referralId": {
"type": "string",
"maxLength": 1024
+ },
+ "mfaMode": {
+ "type": "string",
+ "enum": [
+ "notRequired",
+ "adminRequired",
+ "required"
+ ]
}
},
"additionalProperties": false
}
\ No newline at end of file