PUT /goals/:id
Update a long term goal
Formatos soportados
json, xmlEjemplos
curl -X PUT "https://www.hoshinplan.com/goals/45544?app_key=<APP_KEY>×tamp=<TIMESTAMP>&signature=<SIGNATURE>" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
"name": "This is the new name"
}'
Parámetros
| Nombre del parámetro | Descripción |
|---|---|
|
name opcional |
Validations:
|
|
position opcional |
Used to sort the goals in the hoshin view Validations:
|
Respuesta
Código HTTP: 200
Descripción:
The updated long term goal
| Nombre del parámetro | Descripción |
|---|---|
|
id opcional |
Validations:
|
|
name opcional |
Validations:
|
|
created_at opcional |
Validations:
|
|
updated_at opcional |
Validations:
|
|
hoshin_id opcional |
The id of the area this goal belongs to Validations:
|
|
company_id opcional |
The id of the company this objective belongs to Validations:
|
|
position opcional |
Used to sort the goals in the hoshin view Validations:
|