json/v1.0/email.json in sk_api_schema-0.8.0 vs json/v1.0/email.json in sk_api_schema-0.8.1
- old
+ new
@@ -123,16 +123,16 @@
"title" : "Search in address",
"description": "Searches in all address fields: bcc, cc, to, from"
},
"filter[from]":{
"title" : "From date",
- "description": "All objects updated on/after the date",
+ "description": "All objects updated on/after the date. YYYY-MM-DD",
"format" : "date",
"type" : "string"
},
"filter[to]":{
"title" : "To date",
- "description": "All objects updated on/before the date",
+ "description": "All objects updated on/before the date. YYYY-MM-DD",
"format" : "date",
"type" : "string"
},
"sort_by":{
"title" : "Sort by",
\ No newline at end of file