schemas/devicesExportPost.json in losant_rest-1.19.6 vs schemas/devicesExportPost.json in losant_rest-1.19.8
- old
+ new
@@ -1601,9 +1601,17 @@
}
]
}
},
"additionalProperties": false
+ },
+ "format": {
+ "type": "string",
+ "enum": [
+ "csv",
+ "json"
+ ],
+ "default": "csv"
}
},
"additionalProperties": false
}
\ No newline at end of file