schemas/devicesPatch.json in losant_rest-1.16.1 vs schemas/devicesPatch.json in losant_rest-1.16.2

- old
+ new

@@ -2277,9 +2277,14 @@ }, "email": { "type": "string", "format": "email", "maxLength": 1024 + }, + "callbackUrl": { + "type": "string", + "format": "uri", + "maxLength": 1024 } }, "additionalProperties": false, "required": [] } \ No newline at end of file