Podio API Documentation
Tasks: Update task due on
Updates the due on property on the task
Usage
- Ruby Gem
-
task.rb
Podio::Task.update_due_on( id, options )
Parameters
- task_id*
- Required.
- hook
True if hooks should be executed for the change, false otherwise.
Default value: true- silent
If set to true, the object will not be bumped up in the stream and notifications will not be generated.
Default value: false
Request
{
"due_on": The date and time the task is due (in UTC),
"due_date": The date the task is due (in local time),
"due_time": The time the task is due (in local time)
}