cURL
curl --request PUT \ --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/event-types/{eventTypeId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "category": "<string>", "description": "<string>" }'
{ "message": "<string>", "status": true, "data": { "event_type": { "category": "<string>", "deprecated_at": "<string>", "description": "<string>", "id": "<string>", "name": "<string>" } } }
This endpoint updates an event type
Project ID
Event Type Details
Category is a product-specific grouping for the event type
Description is used to describe what the event type does
Created
Show child attributes
Was this page helpful?