Skip to main content
PUT
Update an insight

Authorizations

Authorization
string
header
required

Conductor API token, sent as Bearer <your-api-token>. Generate a token from Integrations > API > Create API Token.

Path Parameters

accountId
integer
required

Account identifier

draftId
string<uuid>
required

Draft identifier

Body

application/json

Matches the GraphQL WritingAssistantInsightChangeInput.

insightType
string
required

Type of insight to change, e.g. BODY_CONTENT_COMMON, HTML_TITLE_COMMON, HTML_META_DESCRIPTION_COMMON.

changeType
enum<string>
required

Type of change to apply to the insight.

Available options:
USER_ADDED,
HIDDEN,
RESTORED
changeValue
string
required

Value associated with the change.

Response

Insight updated

The response is of type boolean.