schemas/experienceViewPatch.json in losant_rest-1.19.6 vs schemas/experienceViewPatch.json in losant_rest-1.19.8
- old
+ new
@@ -30,9 +30,20 @@
"minLength": 1,
"maxLength": 255
}
},
"additionalProperties": false
+ },
+ "headers": {
+ "type": "object",
+ "properties": {
+ "content-type": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ }
+ },
+ "additionalProperties": false
}
},
"additionalProperties": false
}
\ No newline at end of file