cURL
curl --request PATCH \ --url https://api.notifique.dev/v1/events/{eventId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "schemaJson": {} } '
200
Example
{ "success": true, "data": { "id": "<string>", "name": "<string>", "schemaJson": {}, "updatedAt": "2023-11-07T05:31:56Z" } }
Authorization: Bearer sk_live_...
Cuid do registro AutomationEvent.
AutomationEvent
1 - 256
Objeto plano: nome do campo → tipo esperado no payload.
payload
Show child attributes
Atualizado.
true
Was this page helpful?