curl --request PUT \
--url https://api.hubapi.com/integrations/v1/{application-id}/timeline/event-types/{event-type-id}/properties[
{
"id": 3,
"name": "size",
"propertyType": "Enumeration",
"label": "Size"
},
{
"id": 3,
"name": "size",
"propertyType": "Enumeration",
"label": "Size",
"options": [
{
"value": "xlarge",
"label": "Extra Large"
},
{
"value": "large",
"label": "Large"
},
{
"value": "medium",
"label": "Medium"
},
{
"value": "small",
"label": "Small"
}
]
}
]Update an existing event type. Note: Changes to an event type may take up to an hour to update across new/existing events.
curl --request PUT \
--url https://api.hubapi.com/integrations/v1/{application-id}/timeline/event-types/{event-type-id}/properties[
{
"id": 3,
"name": "size",
"propertyType": "Enumeration",
"label": "Size"
},
{
"id": 3,
"name": "size",
"propertyType": "Enumeration",
"label": "Size",
"options": [
{
"value": "xlarge",
"label": "Extra Large"
},
{
"value": "large",
"label": "Large"
},
{
"value": "medium",
"label": "Medium"
},
{
"value": "small",
"label": "Small"
}
]
}
]Scope requirements
Successful response - Update an existing event type
The response is of type object.