PUT
/
integrations
/
v1
/
{application}
-id
/
timeline
/
event-types
/
{event}
-type-id
Update a Timeline Event Type
curl --request PUT \
  --url https://api.hubapi.com/integrations/v1/{application}-id/timeline/event-types/{event}-type-id
"\nExample PUT URL:\nhttps://api.hubapi.com/integrations/v1/86753/timeline/event-types/5309\n\nExample JSON for updating the event type:\n{\n  \"name\": \"Renamed Event Type\",\n  \"applicationId\": 86753,\n  \"headerTemplate\": \"# Title for event {% raw %}{{appId}}{% endraw %}\nThis is an event for {% raw %}{{objectType}}{% endraw %}\",\n  \"detailTemplate\": \"This event happened on {% raw %}{{#formatDate timestamp}}{{/formatDate}}{% endraw %}\",\n  \"objectType\": \"CONTACT\"\n}\n"

Response

200 - application/json

No Content - The operation was successful

The response is of type object.