PATCH
/
profile
/
{id}
/
routingStatus
Update profile routing status
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/profile/{id}/routingStatus \
  --header 'Content-Type: application/json' \
  --data '{
  "callRoutingStatus": "idle",
  "chatRoutingStatus": "idle"
}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

id
integer
required

The id of the profile to update routing status for

Body

application/json

Response

Successful operation

Data format of Enneo success messages