json/v1.0/estimate.json in sk_api_schema-0.8.1 vs json/v1.0/estimate.json in sk_api_schema-0.8.2
- old
+ new
@@ -192,9 +192,14 @@
"filter[q]":{
"title" : "Search",
"description": "Search in title, number, address field",
"type":"string"
},
+ "filter[status]":{
+ "title" : "Status",
+ "description": "A single or a list of status, comma separated: open,closed,draft, rejected, billed",
+ "type" : "string"
+ },
"filter[number]":{
"title" : "Number",
"description": "Find by exact number",
"type":"string"
},