Update insight
Use this endpoint to update the attributes of an insight according to its unique GUID.
PUT
/users/{user_guid}/insights/{insight_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
insight_guid The unique identifier for the insight. Defined by MX. | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
The insight to be updated (None of these parameters are required, but the user object cannot be empty.)
| Field | Required | Type |
|---|---|---|
insight | Required | InsightUpdateRequest |
Loading...