Use this API to update an existing Client application registered with the Conversation Manager.
Client application must have 'app.conversation.conversationmgr.manage' scope assigned.
Update Client application
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "custom_bot_client_application_1",
- "description": "Client app for Eva bot",
- "active": true,
- "roles": [
- {
- "name": "custom_bot",
- "version": "v3",
- "notificationEmail": "client_app_admin@example.com",
- "authentication": {
- "id": "34fbb53f-ed7f-48d4-b545-e26cc95e075d"
}
}
]
}
Required attribute is missing in payload
{- "code": "400-143",
- "developerMessage": "Required attribute is missing in the request body: <attribute>"
}