schemas/dashboardPost.json in losant_rest-1.8.2 vs schemas/dashboardPost.json in losant_rest-1.8.3
- old
+ new
@@ -4,9 +4,13 @@
"properties": {
"orgId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
+ "applicationId": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
+ },
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
\ No newline at end of file