Skip to main content
PATCH

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Engagement ID (UUID)

Body

application/json

All fields are optional. Only include the fields you want to update.

copy
string | null

The text content. Cannot be updated for Like engagements. Cannot be removed from Comment engagements. Set to null to remove copy from Repost engagements.

Minimum string length: 1
delaySeconds
integer | null

Delay in seconds after the post publishes. Accepts any integer from 0 to 86400 (24 hours). Cannot be updated for Like engagements.

Required range: 0 <= x <= 86400
profileId
string<uuid>

Change the profile that will perform the engagement. The new profile must have the required engagement permissions.

reactionType
enum<string>

Update the LinkedIn reaction type for Like engagements. Only applicable when type is Like and channel is LinkedIn.

Available options:
Like,
Celebrate,
Love,
Insightful,
Support,
Funny

Response

Engagement updated

engagement
object

Engagement object returned from update operations (without channel)