v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBCustom Events
Update an event property definition
Updates an event property definition's label and description.
patch/event/definitions/{name}/properties/{propertyName}
Path parameters
namestring required
Example:unique_event_name
Name of the custom event.
propertyNamestring required
Example:unique_property_name
Name of the custom event property.
Request body
Example request
{
"label": "New label",
"description": "Describes the event property"
}Response
Successfully updated the event property definition.
Example response
{
"name": "propertyName",
"label": "Property Label",
"description": "Describes this property",
"createTime": "2024-08-22T00:00:00.000Z"
}