PATCH
/
engagements
/
v1
/
engagements
/
{engagementId}
Update an engagement
curl --request PATCH \
  --url https://api.hubapi.com/engagements/v1/engagements/{engagementId} \
  --header 'Content-Type: application/json' \
  --data '{
  "engagement": {
    "ownerId": 123,
    "timestamp": 123
  },
  "metadata": {}
}'
{}

Path Parameters

engagementId
string
required

The unique ID of the engagement you want to update.

Body

application/json

Response

200 - application/json

Successful response - Engagement updated successfully

The response is of type object.