json/v1.0/email.json in sk_api_schema-0.6.0 vs json/v1.0/email.json in sk_api_schema-0.6.1

- old
+ new

@@ -20,12 +20,11 @@ "description": "CC addresses, comma separated. Max 5, format: a@b.de,'George'<georg@sk.eu>", "type":"string", "format":"text" }, "from_addr":{ - "description": "From address", - "required":true, + "description": "From address. If empty the email of the current user is taken.", "type":"string", "maxLength": 255 }, "to_addr":{ "description": "TO addresses, comma separated. Max 5, format: a@b.de,'George'<georg@sk.eu>", @@ -174,10 +173,10 @@ "maxLength": 22, "minLength":22 }, "send":{ "title" : "Send email", - "description": "If present(any val) email is scheduled for sending." + "description": "Schedule email for sending. Omit this parameter or set value to 0 or false(String or Integer) to keep email as draft." }, "archived_pdf":{ "title" : "Attach archived pdf", "description": "Adds the archived pdf from the related resource(if it has one)." } \ No newline at end of file