Skip to main content

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

FieldRequiredType

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

insight_guid

The unique identifier for the insight. Defined by MX.

Required
String

Header Parameters

FieldRequiredType

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.)

FieldRequiredType

insight

Required
InsightUpdateRequest
Loading...