v2

latestOpenAPI 3.1.02026-07-263411923.0 MB
Goals

Update a goal

put/products/{product_id}/goals/{id}

Path parameters

product_idstring required

ProductId identifier

idstring required

Id identifier

Request body

Example request

{
  "goal": {
    "description": "An even smarter goal.",
    "workflow_status": "On Track"
  }
}

Response

Successful operation