PUT /tasks/:id
      
      Update a task
    
  Supported Formats
json, xmlExamples
curl -X PUT "https://www.hoshinplan.com/tasks/45544?app_key=<APP_KEY>×tamp=<TIMESTAMP>&signature=<SIGNATURE>" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
  "status": "completed"
}'
  Params
| Param name | Description | 
|---|---|
| name optional | Validations: 
 | 
| tsk_pos optional | Used to sort the tasks in the hoshin view Validations: 
 | 
| lane_pos optional | Used to sort the tasks in the kanban view Validations: 
 | 
| objective_id optional | The id of the objective this task belongs to Validations: 
 | 
| responsible_id optional | The id of the user that is responsible for this task Validations: 
 | 
| description optional | Validations: 
 | 
| deadline optional | Validations: 
 | 
| show_on_parent optional | Show this task in the parent Hoshin Validations: 
 | 
| reminder optional | Send email reminders to the owner when the deadline comes Validations: 
 | 
| feeling optional | How you are feeling about completing this task as planned Validations: 
 | 
| status optional | Validations: 
 | 
Respuesta
Code: 200
Description:
The updated task
| Param name | Description | 
|---|---|
| id optional | Validations: 
 | 
| name optional | Validations: 
 | 
| original_deadline optional | Validations: 
 | 
| created_at optional | Validations: 
 | 
| updated_at optional | Validations: 
 | 
| tsk_pos optional | Used to sort the tasks in the hoshin view Validations: 
 | 
| lane_pos optional | Used to sort the tasks in the kanban view Validations: 
 | 
| hoshin_id optional | The id of the area this task belongs to Validations: 
 | 
| area_id optional | The id of the area this task belongs to Validations: 
 | 
| company_id optional | The id of the company this task belongs to Validations: 
 | 
| creator_id optional | The id of the user that created this task Validations: 
 | 
| objective_id optional | The id of the objective this task belongs to Validations: 
 | 
| responsible_id optional | The id of the user that is responsible for this task Validations: 
 | 
| description optional | Validations: 
 | 
| deadline optional | Validations: 
 | 
| show_on_parent optional | Show this task in the parent Hoshin Validations: 
 | 
| parent_objective_id optional | The id of the parent objective of the objective this task belongs to Validations: 
 | 
| parent_area_id optional | The id of the area of the parent objective of the objective this task belongs to Validations: 
 | 
| reminder optional | Send email reminders to the owner when the deadline comes Validations: 
 | 
| feeling optional | How you are feeling about completing this task as planned Validations: 
 | 
| status optional | Validations: 
 | 
| deleted_at optional | The date when this task was deleted Validations: 
 |