Update a goal
Path parameters
ProductId identifier
Id identifier
Request body
Example request
{
"goal": {
"description": "An even smarter goal.",
"workflow_status": "On Track"
}
}Response
Successful operation
Changes
Changed in 2 of the 5 revisions of this API.121
- ▲
the
goal/success_metric/workflow_status/workflow_status_categoryresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ●
removed the optional property
goal/success_metric/workflow_status/workflow_status_category/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
goal/success_metric/workflow_status/workflow_status_category/namefrom the response with the200statusresponse-optional-property-removed
- ▲
- ○
added the optional property
goal/success_metric/workflow_status/workflow_status_categoryto the response with the200statusresponse-optional-property-added
- ○