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
Documentation IndexFetch the complete documentation index at: https://getconvoy.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
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?