Key results
Create a key result
post/goals/{goal_id}/key_results
Path parameters
goal_idstring required
GoalId identifier
Request body
Example request
{
"key_result": {
"name": "Another name",
"workflow_status": {
"name": "On track"
},
"watchers": [
689956296
],
"description": "<p>new description</p>",
"current_metric": "30%"
}
}Response
Successful operation
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○