schemas/experienceEndpoint.json in losant_rest-1.20.1 vs schemas/experienceEndpoint.json in losant_rest-1.21.0
- old
+ new
@@ -72,11 +72,16 @@
"access": {
"type": "string",
"enum": [
"public",
"authenticated",
- "group"
+ "group",
+ "device"
]
+ },
+ "deviceIdTemplate": {
+ "type": "string",
+ "maxLength": 255
},
"endpointTags": {
"type": "object",
"patternProperties": {
"^[0-9a-zA-Z_-]{1,255}$": {
\ No newline at end of file