Supported Formats

json, xml

Examples

curl -X PUT "https://www.hoshinplan.com/goals/45544?app_key=<APP_KEY>&timestamp=<TIMESTAMP>&signature=<SIGNATURE>" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
  "name": "This is the new name"
}'

Params

Param name Description
name
optional

Validations:

  • Must be a String

position
optional

Used to sort the goals in the hoshin view

Validations:

  • Must be a number.

Respuesta

Code: 200

Description:

The updated long term goal

Param name Description
id
optional

Validations:

  • Must be a number.

name
optional

Validations:

  • Must be a String

created_at
optional

Validations:

  • Must be Date.

updated_at
optional

Validations:

  • Must be Date.

hoshin_id
optional

The id of the area this goal belongs to

Validations:

  • Must be a number.

company_id
optional

The id of the company this objective belongs to

Validations:

  • Must be a number.

position
optional

Used to sort the goals in the hoshin view

Validations:

  • Must be a number.