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

- old
+ new

@@ -220,16 +220,16 @@ "description": "A single or a list of client uuids, comma separated", "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[birthday_from]":{ "title" : "From birthday date", \ No newline at end of file