Use this API to update existing orchestration configuration.
Client application must have 'app.conversation.conversationmgr.manage' scope assigned.
Update orchestration
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "default_orchestration",
- "description": "Created for custom channel.",
- "active": true,
- "modified": "2021-06-11T23:14:41.836Z",
- "applications": {
- "botConfiguration": {
- "forwardTranscript": true,
- "bots": [
- {
- "id": "a09dddd6-394b-4039-86bc-a5dd89ee5e8d",
- "participant": {
- "id": "b09dddd6-394b-4039-86bc-a5dd89ee5e8d"
}, - "onEscalation": {
- "agent": {
- "id": "c09dddd6-394b-4039-86bc-a5dd89ee5e8d"
}
}
}
]
}, - "customerConfiguration": {
- "customer": {
- "id": "b09dddd6-394b-4039-86bc-a5dd89ee5e8d"
}
}
}
}
Required attribute is missing in payload
{- "code": "400-143",
- "developerMessage": "Required attribute is missing in the request body: <attribute>"
}