Podio API Documentation
Tasks: Rank task
Ranks the task in comparision to one or two other tasks.
Usage
- PHP Client
-
PodioTask.php
PodioTask::rank( $task_id, $attributes = array() );
- Ruby Gem
-
task.rb
Podio::Task.rank( id, before_task_id, after_task_id )
Parameters
- task_id*
- Required.
Request
{
"after": The other task the updated task has to be after,
"before": The task the the updated task has to be before
}