Nexus API
Update a goal
This endpoint updates a specific goal. This endpoint accepts the optional MX-Skip-Webhook header and skip_webhook parameter.
PUT
/goals/{goal_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
goal_guid The unique identifier for a goal. Defined by MX. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
goal | Required | UpdateGoalRequest |
Loading...