json/v1.0/estimate.json in sk_api_schema-0.9.5 vs json/v1.0/estimate.json in sk_api_schema-0.10.0

- old
+ new

@@ -237,17 +237,17 @@ "format" : "date", "type" : "string" }, "filter[created_at_from]":{ "title" : "From date", - "description": "Objects with a creation date after the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", + "description": "Objects with a creation on/after the date(>=). ISO 8601 format YYY-MM-DDThh:mm:ss+z or just a date YYY-MM-DD. If date is given the time is set to the start of the day(00:00:00) so all objects created on this day are included. A time should be already utc time", "format" : "date-time", "type" : "string" }, "filter[created_at_to]":{ "title" : "To date", - "description": "Objects with a creation date before the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", + "description": "Objects with a creation until the date(<=). ISO 8601 format YYY-MM-DDThh:mm:ss+z or just a date YYY-MM-DD. If date is given the time is set to the end of the day(23:59:59) so all objects created on that day are included. A time should be already utc time.", "format" : "date-time", "type" : "string" }, "filter[languages]":{ "title" : "Languages", @@ -259,10 +259,10 @@ "description": "DEPRECATED use contact_ids", "type" : "string" }, "filter[contact_ids]":{ "title" : "Contacts", - "description": "A single or a list of contact uuids, comma separated", + "description": "Find objects belonging to a single or a list of contacts, use ids comma separated.", "type" : "string" }, "filter[ids]":{ "title" : "Documents", "description": "A single or a list of document uuids, comma separated",