Zum Hauptinhalt springen
PATCH
/
profiles
/
routingStatus
Bulk-update routing status
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/profiles/routingStatus \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "profileIds": [
    123
  ],
  "routingStatus": {}
}
'
{
  "success": true
}

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

Body

application/json
profileIds
integer[]

Profiles to update.

routingStatus
object

Routing-status payload (same shape as the per-profile endpoint).

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true