Project defined events

Update a project defined event

post/project_defined_events/{id}

Path parameters

idstring required

The ID of the project defined event

Request body

display_textstring

The human-readable text for this event. Should grammatically follow "When..." e.g. "a customer is created"

purchase_amount_pathstring nullable

Path for extracting purchase amount from event data

Response

The updated ProjectDefinedEvent object

idstring required

The ID of the project defined event

eventstring required

The event name. Likely takes the form customer.created or similar

display_textstring required

The human-readable text for this event. Should grammatically follow "When..." e.g. "a customer is created"

purchase_amount_pathstring nullable required

Path for extracting purchase amount from event data

Changes