schemas/applicationPost.json in losant_rest-1.9.2 vs schemas/applicationPost.json in losant_rest-1.9.3
- old
+ new
@@ -4,18 +4,22 @@
"properties": {
"orgId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
},
+ "applicationTemplateId": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
+ },
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
"description": {
"type": "string",
- "maxLength": 32767
+ "maxLength": 1024
},
"endpointSlug": {
"type": "string",
"minLength": 4,
"maxLength": 63,
@@ -47,10 +51,10 @@
"type": "boolean",
"default": false
},
"description": {
"type": "string",
- "maxLength": 32767
+ "maxLength": 1024
}
},
"additionalProperties": false,
"required": [
"key",
\ No newline at end of file