Zum Hauptinhalt springen
POST
/
ticket
/
{ticketId}
/
autoprocess
Auto-execute a ticket
curl --request POST \
  --url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

ticketId
integer
erforderlich

The id of the ticket

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true