This APIs allows you to update an existing Conversation Manager account.
Client application must have 'app.conversation.conversationmgr.manage' scope assigned.
Update account
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "order_account",
- "address": "123456789",
- "modified": "2021-03-28T14:29:01.516Z",
- "channel": {
- "id": "45a095f4-d0ee-4220-a689-22b541c58f67"
}, - "chatConfigurations": {
- "timeout": 30,
- "defaultLanguage": "en-US",
- "onAgentUnavailability": "off_hours",
- "orchestration": {
- "id": "c37e975f-6b2f-490f-9cac-dfa05499f744"
}, - "entryPoint": {
- "id": "1001"
}
}
}
Required attribute is missing in payload
{- "code": "400-143",
- "developerMessage": "Required attribute is missing in the request body: <attribute>"
}