schemas/mePatch.json in losant_rest-1.2.0 vs schemas/mePatch.json in losant_rest-1.2.1
- old
+ new
@@ -35,9 +35,13 @@
},
"password": {
"type": "string",
"minLength": 8,
"maxLength": 2048
+ },
+ "tokenCutoff": {
+ "type": "string",
+ "format": "date-time"
}
},
"additionalProperties": false
}
\ No newline at end of file