DELETE /hoshins/:id
Delete a hoshin

Params

Param name Description
name
optional

Validations:

  • Must be a String

header
optional

Can be used to write the mission/vision or some description of the Hoshin

Validations:

  • Must be a String


POST /companies/:company_id/hoshins
Create a hoshin for the given company

Params

Param name Description
name
optional

Validations:

  • Must be a String

header
optional

Can be used to write the mission/vision or some description of the Hoshin

Validations:

  • Must be a String


PUT /hoshins/:id
Update a hoshin

Params

Param name Description
name
optional

Validations:

  • Must be a String

header
optional

Can be used to write the mission/vision or some description of the Hoshin

Validations:

  • Must be a String


GET /hoshins/:id
Get a hoshin