PUT /objectives/:id
Update an objective
Supported Formats
json, xmlExamples
curl -X PUT "https://www.hoshinplan.com/objectives/32423?app_key=<APP_KEY>×tamp=<TIMESTAMP>&signature=<SIGNATURE>" \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -d '{ "description": "The new description" }'
Params
Param name | Description |
---|---|
name optional |
Validations:
|
description optional |
Validations:
|
obj_pos optional |
Used to sort the objectives in the hoshin view Validations:
|
parent_id optional |
The id of the parent objective in the parent hoshin Validations:
|
responsible_id optional |
The id of the user that is responsible for this objective Validations:
|
Respuesta
Code: 200
Description:
The updated objective
Param name | Description |
---|---|
id optional |
Validations:
|
name optional |
Validations:
|
description optional |
Validations:
|
created_at optional |
Validations:
|
updated_at optional |
Validations:
|
hoshin_id optional |
The id of the area this objective belongs to Validations:
|
area_id optional |
The id of the area this objective belongs to Validations:
|
company_id optional |
The id of the company this objective belongs to Validations:
|
obj_pos optional |
Used to sort the objectives in the hoshin view Validations:
|
parent_id optional |
The id of the parent objective in the parent hoshin Validations:
|
responsible_id optional |
The id of the user that is responsible for this objective Validations:
|
creator_id optional |
The id of the user that created this objective Validations:
|
neglected optional |
True if this objective has indicators below 100% and does not have any active tasks Validations:
|
blind optional |
True if this objective does not have any indicators Validations:
|
deleted_at optional |
The date when this objective was deleted Validations:
|