Update a Helix Event Type

Log in to see full request history

This method can be used to update an Event Type. This is especially useful if a user needs to add an additional attribute key to the existing Event Type or change the name of the Event Type. To successfully update an Event Type, users will need to input the associated Organization ID, API Key, Event Type UID, as well as the new attribute keys or Event Type name that is being updated.

Query Params
string
required

The unique identifier of the organization.

string
required

The unique identifier of the event type.

Body Params
event_schema
object

The schema of the event type.

string

The name of the event type.

Response
200

ok

Language
Credentials
Click Try It! to start a request and see the response here!