Replaces the payload of an existing event. The event must belong to the authenticated account.
PUT
/v2/api/events/{id}
curl \
--request PUT 'https://api.maddenanalytics.com/v2/api/events/{id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"
Request examples
{}
Response examples (200)
{
"accountId": "string",
"completedAt": "string",
"createdAt": "string",
"eventType": "string",
"failedAt": "string",
"id": "string",
"payload": {}
}
Response examples (400)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}
Response examples (404)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}