Zum Hauptinhalt springen
PATCH
/
eventTrace
/
{id}
Update an event trace
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/eventTrace/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "eventTrace": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Body

application/json

Partial trace to merge.

Antwort

Updated

success
boolean
Beispiel:

true

eventTrace
object