cURL
curl --request PUT \ --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/event-types/{eventTypeId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "category": "<string>", "description": "<string>", "json_schema": {} } '
{ "message": "<string>", "status": true, "data": { "category": "<string>", "deprecated_at": "<string>", "description": "<string>", "json_schema": [ 123 ], "name": "<string>", "uid": "<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
JSONSchema is the JSON structure of the event type
Created
Show child attributes
Was this page helpful?