json/v1.0/email.json in sk_api_schema-0.0.18 vs json/v1.0/email.json in sk_api_schema-0.1.0
- old
+ new
@@ -90,10 +90,15 @@
"page":{
"title" : "Page",
"description": "In paginated results set the page to look for",
"type":"number"
},
+ "per_page":{
+ "title" : "Per page",
+ "description": "Results per page. Default is 10, max is 100",
+ "type":"number"
+ },
"filter[q]":{
"title" : "Search",
"description": "Search in body and subject",
"type":"string"
},
@@ -109,14 +114,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",
+ "type" : "date"
},
"filter[to]":{
"title" : "To date",
- "description": "All objects updated on/before the date"
+ "description": "All objects updated on/before the date",
+ "type" : "date"
},
"sort_by":{
"title" : "Sort by",
"description": "Sort the results by the given field => number",
"enum":["created_at", "updated_at"],
\ No newline at end of file