Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

"date_field" parameter on the Triggers.UpdateAsync method is wrong type #49

Closed Jericho closed 6 years ago

Jericho commented 6 years ago

The current DateTime parameter must be replaced with a string that allows specifying the name of the date field.

Originally I understood that this parameter took a date value but I was wrong.