Update Task reminder_string formatting

Update Task reminder_string formatting

Hello,

I'm trying to update a task's reminder settings using the API, and I believe the reminder string is formatted correctly, yet updates aren't taking effect. The call "succeeds", but returns no task details.

The reminder string is formatted as such:
  1. "{\"reminder\":[{\"reminder_criteria\":\"daily\",\"reminder_time\":\"14:00\",\"reminder_notify_users\":\"owner\"}]}"

This seems correct, yet I can't find any information as to why the update won't go through. Are additional fields required? The documentation doesn't state as much.

Thanks for your help,

Lee