Documentation Index
Fetch the complete documentation index at: https://voucherify-pz-test2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Management
Update Custom Event Schema
Updates a custom event schema.
With this request, you can:
- Add a nonexistent property to a custom event schema.
- Update an existing property.
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.
