schemas/userPost.json in losant_rest-1.10.4 vs schemas/userPost.json in losant_rest-1.11.0
- old
+ new
@@ -58,11 +58,11 @@
},
"password": {
"type": "string",
"minLength": 12,
"maxLength": 2048,
- "pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
+ "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
},
"acceptTerms": {
"enum": [
"on"
]
@@ -211,9 +211,10 @@
"deviceRecipe.delete",
"deviceRecipe.get",
"deviceRecipe.patch",
"deviceRecipes.get",
"deviceRecipes.post",
+ "devices.attributeNames",
"devices.patch",
"devices.delete",
"devices.removeData",
"devices.detailedSummary",
"devices.export",
\ No newline at end of file