PUT /indicators/:id
      
      Update an indicator
    
  Supported Formats
json, xmlExamples
curl -X PUT "https://www.hoshinplan.com/indicators/45544?app_key=<APP_KEY>×tamp=<TIMESTAMP>&signature=<SIGNATURE>" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
  "value": "50"
}'
  Params
| Param name | Description | 
|---|---|
| name optional | Validations: 
 | 
| value optional | The current value for this indicator Validations: 
 | 
| description optional | Validations: 
 | 
| ind_pos optional | Used to sort the indicators in the hoshin view Validations: 
 | 
| frequency optional | The update frequency for this indicator Validations: 
 | 
| next_update optional | The date of the next desired update Validations: 
 | 
| goal optional | The value that would set this indicator to 100% Validations: 
 | 
| worst_value optional | The value that would set this indicator to 0% Validations: 
 | 
| reminder optional | Send email reminders to the owner when the next update date comes Validations: 
 | 
| show_on_parent optional | Show this indicator in the parent Hoshin Validations: 
 | 
| show_on_charts optional | Show this indicator in the Hoshin charts view Validations: 
 | 
| objective_id optional | The id of the objective this indicator belongs to Validations: 
 | 
| responsible_id optional | The id of the user that is responsible for this indicator Validations: 
 | 
Respuesta
Code: 200
Description:
The updated indicator
| Param name | Description | 
|---|---|
| name optional | Validations: 
 | 
| value optional | The current value for this indicator Validations: 
 | 
| description optional | Validations: 
 | 
| ind_pos optional | Used to sort the indicators in the hoshin view Validations: 
 | 
| frequency optional | The update frequency for this indicator Validations: 
 | 
| next_update optional | The date of the next desired update Validations: 
 | 
| goal optional | The value that would set this indicator to 100% Validations: 
 | 
| worst_value optional | The value that would set this indicator to 0% Validations: 
 | 
| reminder optional | Send email reminders to the owner when the next update date comes Validations: 
 | 
| show_on_parent optional | Show this indicator in the parent Hoshin Validations: 
 | 
| show_on_charts optional | Show this indicator in the Hoshin charts view Validations: 
 | 
| hoshin_id optional | The id of the area this indicator belongs to Validations: 
 | 
| area_id optional | The id of the area this indicator belongs to Validations: 
 | 
| company_id optional | The id of the company this indicator belongs to Validations: 
 | 
| creator_id optional | The id of the user that created this indicator Validations: 
 | 
| objective_id optional | The id of the objective this indicator belongs to Validations: 
 | 
| responsible_id optional | The id of the user that is responsible for this indicator Validations: 
 | 
| last_update optional | The timestamp of the last time this indicator was updated Validations: 
 | 
| last_value optional | The previous value for this indicator Validations: 
 | 
| created_at optional | Validations: 
 | 
| updated_at optional | Validations: 
 | 
| parent_objective_id optional | The id of the parent objective of the objective this indicator belongs to Validations: 
 | 
| parent_area_id optional | The id of the area of the parent objective of the objective this indicator belongs to Validations: 
 | 
| deleted_at optional | The date when this indicator was deleted Validations: 
 |