v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBEvents
Update a Custom Event
Update a Custom Event
patch/projects/{project_id}/custom_events/{event_id}
Path parameters
project_idinteger required
The project ID of the Project the Custom Event is stored in
event_idinteger required
The Event ID of the Custom Event you'd like to change
Request body
Example request
{
"key": "loaded_new_app",
"name": "Loaded New App"
}Response
Return the updated Event
Example response
{
"key": "loaded_new_app",
"name": "Loaded New App",
"project_id": 1000
}