json/v1.0/recurring.json in sk_api_schema-0.9.0 vs json/v1.0/recurring.json in sk_api_schema-0.9.1
- old
+ new
@@ -271,9 +271,14 @@
"filter[creator_ids]":{
"title" : "Creator",
"description": "Objects created by the given users uuids, comma separated",
"type" : "string"
},
+ "filter[product_ids]":{
+ "title" : "Products",
+ "description": "Documents using the given product uuids(comma separated) in their line items.",
+ "type" : "string"
+ },
"sort_by":{
"title" : "Sort by",
"description": "Sort the results by the given field => number",
"enum":["title", "number", "created_at", "updated_at", "price_total"],
"type": "string"