Body
application/json
Updates a custom event schema.
With this request, you can:
In the request, you can provide only those properties you want to add or update. Definitions omitted in the request remain unchanged.
๐ Additional Notes
You can change the type of an existing property, e.g. from
"string"to"number".You can remove a custom property with this endpoint by providing
"deleted": truein the request. However, you cannot permanently remove an event definition or its property with this endpoint.
๐ Custom Event Documentation
Read Custom Events article to learn how custom events work in Voucherify.
Read also the details about the Track Custom Event endpoint and the Custom Event Object.