Authorizations
Cookie-based authentication
Path Parameters
The id of the ticket
Response
Successful operation
Data format of Enneo success messages
Operation was successful
Example:
true
Automatically process a ticket that was previously marked as auto-executable
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess
{
"success": true
}
Cookie-based authentication
The id of the ticket
Successful operation
Data format of Enneo success messages
Operation was successful
true
curl --request POST \
--url https://demo.enneo.ai/api/mind/ticket/{ticketId}/autoprocess
{
"success": true
}