schemas/experienceVersion.json in losant_rest-1.17.2 vs schemas/experienceVersion.json in losant_rest-1.17.3

- old
+ new

@@ -32,9 +32,21 @@ }, "lastUpdated": { "type": "string", "format": "date-time" }, + "lastUpdatedById": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + "lastUpdatedByType": { + "type": "string", + "enum": [ + "flow", + "user", + "apiToken" + ] + }, "endpointDefaultCors": { "type": "boolean" }, "allowedCorsOrigins": { "type": "array", \ No newline at end of file